From 665333c70efde639d3e324e09dcf048f2bc88f1e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 3 Nov 2017 23:01:24 +0000 Subject: [PATCH] Fix index page --- static/src/scss/style.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index 9bce686..3652bd9 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -8,6 +8,10 @@ $fa-font-path: "../fonts"; $primary: #e89980; +html, body { + height: 100%; +} + a { color: $primary; @@ -108,11 +112,11 @@ table td { background-color: #000; } + #index-header { background-image: url('/img/header.jpg'); - height: 100%; + height: calc(100% - 150px); width: 100%; - position: absolute; } footer { @@ -120,6 +124,7 @@ footer { bottom: 0; width: 100%; position: static; + height: 150px; a { color: $gray-700;