Browse Source

Tweak footer height to avoid vertical scrollbar.

pull/328/head
Pēteris Caune 5 years ago
parent
commit
4bdc893fe0
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      static/css/base.css

+ 1
- 1
static/css/base.css View File

@ -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;
}


Loading…
Cancel
Save