From ee0a03f9e733b6c20ac3b576b8d655455790fbc5 Mon Sep 17 00:00:00 2001 From: horus Date: Tue, 13 Feb 2018 16:02:57 +0100 Subject: Fix im layout. (2#) --- site/public/css/sticky-footer-navbar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site/public') diff --git a/site/public/css/sticky-footer-navbar.css b/site/public/css/sticky-footer-navbar.css index bca2eae..3e26103 100644 --- a/site/public/css/sticky-footer-navbar.css +++ b/site/public/css/sticky-footer-navbar.css @@ -6,14 +6,14 @@ html { } body { /* Margin bottom by footer height */ - margin-bottom: 200px; + margin-bottom: 300px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ - height: 200px; + height: 300px; line-height: 60px; /* Vertically center the text there */ background-color: #f5f5f5; } -- cgit v1.2.3