Fix spacing between buttons

The spacing is now consistent and doesn't require whitespace
This commit is contained in:
Nikita Karamov 2020-03-29 23:48:09 +02:00
parent d1a02f7999
commit 16a9fabea4
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ $height: $button-size - 2*$padding-ver;
$width: $button-size - 2*$padding-hor;
.shareon {
line-height: 1.1*$button-size;
font-size: 0 !important;
& > * {
display: inline-block;
@ -18,6 +18,7 @@ $width: $button-size - 2*$padding-hor;
height: $height;
min-width: $width;
margin: $padding-ver / 2;
padding: $padding-ver $padding-hor;
background-color: #ccc;