From 4c11f00c5635a856233e81cece7f05cd8ef53659 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 25 Oct 2017 20:55:09 +0100 Subject: [PATCH] Fix footer to bottom properly --- static/src/scss/style.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index 85aacb0..ae3fd6e 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -98,12 +98,18 @@ table td { } #index-header { - height: 90vh; - background-image: url('/img/header.jpg') + background-image: url('/img/header.jpg'); + height: 100%; + width: 100%; + position: absolute; } footer { color: $gray-700; + bottom: 0; + width: 100%; + position: absolute; + a { color: $gray-700;