Fixes the footer #12357

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann 2018-11-09 21:23:02 +01:00
parent b7a59fb56a
commit b4b96fc23f
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ $footer-height: 65px;
font-weight: bold;
white-space: nowrap;
/* increasing clickability to more than the text height */
padding: 13px;
margin: -13px;
padding: 10px;
margin: -10px;
line-height: 200%;
}
}