Fix spacing between multiple lines of buttons

This commit is contained in:
Nikita Karamov 2020-03-26 23:21:31 +01:00
parent eff728542b
commit 21545b08b5
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF
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;
.shareon {
line-height: 1.1*$button-size;
& > * {
display: inline-block;
position: relative;