From 4651db86a2906ed8cea1f18e12582c2c134d03f6 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 9 Nov 2017 13:21:16 +0000 Subject: [PATCH] Reduce size of footer --- static/src/scss/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index 3652bd9..8db48bd 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -115,7 +115,7 @@ table td { #index-header { background-image: url('/img/header.jpg'); - height: calc(100% - 150px); + height: calc(100% - 110px); width: 100%; } @@ -124,7 +124,7 @@ footer { bottom: 0; width: 100%; position: static; - height: 150px; + height: 110px; a { color: $gray-700;