From 8802fdcfef47bbc38ebca37128b2c56df9646904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Wed, 10 Apr 2019 18:21:00 +0300 Subject: [PATCH] Fix footer overlap. --- 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 68bb6026..6954261d 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -5,7 +5,7 @@ html { body { /* Margin bottom by footer height */ - margin-bottom: 140px; + margin-bottom: 140px !important; } .footer {