forgot responsive code
authorIan Weller <ian@gaslightmedia.com>
Thu, 18 Feb 2016 18:44:14 +0000 (13:44 -0500)
committerIan Weller <ian@gaslightmedia.com>
Thu, 18 Feb 2016 18:44:14 +0000 (13:44 -0500)
root/scss/_page.footer.scss

index 0932601..964b8dc 100644 (file)
@@ -3,6 +3,10 @@ footer.main {
     bottom: 0;
     left: 0;
     right: 0;
+    @media only screen and (max-width: 1024px) {
+        position: relative;
+        bottom: 0;
+    }
 }
 
 #connect {