Tweak footer height to avoid vertical scrollbar.

This commit is contained in:
Pēteris Caune 2020-02-03 16:03:16 +02:00
parent 5433cb1798
commit 4bdc893fe0
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -13,7 +13,7 @@ body {
bottom: 0; bottom: 0;
width: 100%; width: 100%;
/* Set the fixed height of the footer here */ /* Set the fixed height of the footer here */
height: 81px; height: 84px;
color: #AAA; color: #AAA;
border-top: 1px solid #eee; border-top: 1px solid #eee;
} }