From 4958b15034efb7714f1b8c3fba956995e6e78b9b Mon Sep 17 00:00:00 2001 From: Oliver Marks Date: Sat, 27 Jan 2018 16:43:31 +0000 Subject: [PATCH] Footer css tweaks --- mhackspace/static/sass/components/_footer.scss | 2 +- mhackspace/static/sass/components/_header.scss | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mhackspace/static/sass/components/_footer.scss b/mhackspace/static/sass/components/_footer.scss index 12c6384..00a9778 100755 --- a/mhackspace/static/sass/components/_footer.scss +++ b/mhackspace/static/sass/components/_footer.scss @@ -4,7 +4,7 @@ body { } .footer { - position: absolute; + position: fixed; bottom: 0; width: 100%; height: 60px; diff --git a/mhackspace/static/sass/components/_header.scss b/mhackspace/static/sass/components/_header.scss index 406a083..a9b62de 100755 --- a/mhackspace/static/sass/components/_header.scss +++ b/mhackspace/static/sass/components/_header.scss @@ -7,9 +7,13 @@ } } +html { + min-height: 100%; +} + body { - position:static !important; max-width: 100%; + margin-bottom: 60px; } .collapse.show.span-table {