From 6555c6f19a167e0a54b76940834d6e3d487f7ca0 Mon Sep 17 00:00:00 2001 From: "A. Svensson" Date: Sun, 24 May 2015 16:05:49 +0200 Subject: [PATCH] Moved up the footer so it's more visible (or something.. it looks better now at least) --- src/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/css/style.css b/src/static/css/style.css index 36f796f..4a53cfa 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -88,6 +88,7 @@ body { color: #666; width: 85%; margin: 0 auto; + margin-bottom: 20px; position: absolute; bottom: 0; left: 0;