From a450ca42acc44727ab93afa994f0b7a6b923a325 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 Oct 2015 11:12:03 +0100 Subject: Fixed footer. --- static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index f6319cc..3b88dc3 100644 --- a/static/style.css +++ b/static/style.css @@ -42,6 +42,7 @@ a { position: absolute; bottom: 0; width: 100%; + heigth: 40px; } .footer-a { @@ -52,6 +53,15 @@ a { text-decoration: underline; } +.footer > .container { + padding-left: 0; +} + +.sticky-footer { + margin: 10px 0; + margin-right: 0; +} + /* noscript */ .noscript { -- cgit v1.2.3