From: Ian Weller Date: Thu, 18 Feb 2016 18:08:25 +0000 (-0500) Subject: positioning footer at the bottom of the page in sass X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=297beb7bf16fc442b5e112cc02c721571e4dc795;p=web%2FGruntInit%2FglmTheme.git positioning footer at the bottom of the page in sass --- diff --git a/root/scss/_page.footer.scss b/root/scss/_page.footer.scss index 49194fd..0932601 100644 --- a/root/scss/_page.footer.scss +++ b/root/scss/_page.footer.scss @@ -1,3 +1,10 @@ +footer.main { + position: absolute; + bottom: 0; + left: 0; + right: 0; +} + #connect { padding-top: 20px; background: #4c4d4f;