From 7b912cedb28877b414d0e7f4ed665c5c4453520a Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Sun, 8 Mar 2020 18:13:09 -0600 Subject: actually fix footer --- jthanio/static/css/jthanio.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jthanio/static/css/jthanio.css b/jthanio/static/css/jthanio.css index b896d91..c927650 100644 --- a/jthanio/static/css/jthanio.css +++ b/jthanio/static/css/jthanio.css @@ -12,14 +12,14 @@ html { position: relative; min-height: 100%; } -body { - /* Margin bottom by footer height */ - margin-bottom: 60px; -} .footer { position: absolute; width: 100%; + bottom: 0; /* Set the fixed height of the footer here */ height: 60px; line-height: 60px; /* Vertically center the text there */ } +.container { + margin-bottom: 65px; +} -- cgit v1.2.3