From 4bdc893fe04f351bda2818a0fd4c4decfcc8897e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Mon, 3 Feb 2020 16:03:16 +0200 Subject: [PATCH] Tweak footer height to avoid vertical scrollbar. --- static/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/base.css b/static/css/base.css index 7955132a..0aedb768 100644 --- a/static/css/base.css +++ b/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; }