Avoid generating unneeded scroll.

This commit is contained in:
Paulo Reis 2017-10-12 11:53:19 +01:00
parent 274be4932a
commit 2d5426391d

View file

@ -6,7 +6,7 @@ footer.site-footer {
bottom: 0;
width: 100%;
height: @footer-height;
line-height: @footer-height;
line-height: @footer-height - 1; // Hack — in Chrome, using @line-height would generate vertical scrolling
ul {
list-style: none;