From dc21e2b15f6fc58621098154436e14372bf45223 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 2 Jul 2014 00:23:02 -0400 Subject: [PATCH] CSS spacing fix. --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 41c18df..f2d61e5 100644 --- a/static/style.css +++ b/static/style.css @@ -26,7 +26,7 @@ div#header { div#container { line-height: 1.25; - margin: 0 60px 45px 60px; + margin: 0 60px 75px 60px; padding: 5px 15px 15px 15px; border: 1px solid #777; background-color: #FFF; @@ -35,6 +35,7 @@ div#container { div#footer { position: fixed; width: 100%; + height: 45px; bottom: 0; font-size: 0.85em; text-align: center;