Fix circles/x from getting cut off on Mac/chrome

This commit is contained in:
James
2015-09-27 17:01:08 +04:00
parent 375a6f9fda
commit 80c4f87dd5

View File

@@ -110,7 +110,7 @@ body {
li {
display: inline-block;
height: ($line-height / 2) + 1;
height: ($line-height / 2) + 3;
width: $line-height;
font-size: 16px;