From 79049086253428f3347effe26a52c92c406117ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Tue, 5 Nov 2019 09:52:58 +0200 Subject: [PATCH] Fix footer height on mobile. --- static/css/base.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index dcbf93c0..0faf1837 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: 100px; } .footer { @@ -14,14 +14,13 @@ body { width: 100%; /* Set the fixed height of the footer here */ height: 81px; - line-height: 80px; color: #AAA; border-top: 1px solid #eee; } .footer ul { list-style: none; - margin: 0; + margin: 32px 0; padding: 0; font-size: small; }