Browse Source
Tweak footer height to avoid vertical scrollbar.
pull/328/head
Pēteris Caune
5 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
1 additions and
1 deletions
-
static/css/base.css
|
|
@ -13,7 +13,7 @@ body { |
|
|
|
bottom: 0; |
|
|
|
width: 100%; |
|
|
|
/* Set the fixed height of the footer here */ |
|
|
|
height: 81px; |
|
|
|
height: 84px; |
|
|
|
color: #AAA; |
|
|
|
border-top: 1px solid #eee; |
|
|
|
} |
|
|
|