From: Ian Weller Date: Thu, 18 Feb 2016 18:44:14 +0000 (-0500) Subject: forgot responsive code X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=48fd83e21d1bb24633acaa45a8a0e8bf1fe3bd6f;p=web%2FGruntInit%2FglmTheme.git forgot responsive code --- diff --git a/root/scss/_page.footer.scss b/root/scss/_page.footer.scss index 0932601..964b8dc 100644 --- a/root/scss/_page.footer.scss +++ b/root/scss/_page.footer.scss @@ -3,6 +3,10 @@ footer.main { bottom: 0; left: 0; right: 0; + @media only screen and (max-width: 1024px) { + position: relative; + bottom: 0; + } } #connect {