From fbb6bb8989a0440cc5e19eee29c58120663418e6 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 7 Aug 2016 03:11:26 +0200 Subject: Make footer sticky --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index e737cf7..66acd4b 100644 --- a/style.css +++ b/style.css @@ -35,6 +35,10 @@ body { background-color: #F1F2E3; } +html, body { + height: 100%; +} + .wrapper { min-height: 100%; height: auto !important; @@ -209,14 +213,10 @@ ul { .footer { background-color: #4A5D67; font-size: 0.8em; - margin-top: 2em; margin-left: 0; margin-right: 0; padding: 0.4em 0 0.4em 0; text-align: center; - position: fixed; - bottom: 0px; - left: 0px; width: 100%; } -- cgit v1.2.3