From 76f8f317b4d65399d44efa2d1837d4690a97a8ff Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 25 Oct 2017 22:13:23 +0100 Subject: [PATCH] Correctly place footer --- static/src/scss/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index ab9b661..84f7569 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -108,7 +108,7 @@ footer { color: $gray-700; bottom: 0; width: 100%; - position: absolute; + position: static; a { color: $gray-700;