From f54be5ef33773bf961ac94fdaad2825d9895e88c Mon Sep 17 00:00:00 2001 From: Richard Harrington Date: Mon, 3 Oct 2016 20:34:33 -0400 Subject: [PATCH] fix for issues 14 and 22: footer now sticks to bottom of content --- assets/sass/_footer.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/sass/_footer.scss b/assets/sass/_footer.scss index 572d659..0cdf36c 100644 --- a/assets/sass/_footer.scss +++ b/assets/sass/_footer.scss @@ -26,10 +26,8 @@ @media(min-width: $screen-sm-min) { .footer { - bottom: 0; - left: $left-panel-width-sm; margin: 0; - position: fixed; + position: absolute; right: 0; width: auto; }