spacing between buttons changed

This commit is contained in:
svetlagasheva 2019-01-15 11:27:18 +02:00
parent 7c553615be
commit 3a199e5258

View file

@ -96,12 +96,14 @@
.buttons {
grid-area: buttons;
height: calc(0.12 * var(--addon-width));
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: space-between;
.button {
width: 70%;
width: 65%;
height: calc(0.05 * var(--addon-width));
cursor: pointer;
display: flex;
@ -121,7 +123,6 @@
}
&.share-button {
margin-top: 2.5em;
border-color: var(--color-secondarylighter);
.icon {