Fix spacing between multiple lines of buttons

pull/4/head
Nikita Karamov 2020-03-26 23:21:31 +01:00
parent eff728542b
commit 9b5e4176cd
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ $height: $button-size - 2*$padding-ver;
$width: $button-size - 2*$padding-hor; $width: $button-size - 2*$padding-hor;
.shareon { .shareon {
line-height: 1.1*$button-size;
& > * { & > * {
display: inline-block; display: inline-block;
position: relative; position: relative;