positioning footer at the bottom of the page in sass
authorIan Weller <ian@gaslightmedia.com>
Thu, 18 Feb 2016 18:08:25 +0000 (13:08 -0500)
committerIan Weller <ian@gaslightmedia.com>
Thu, 18 Feb 2016 18:08:25 +0000 (13:08 -0500)
root/scss/_page.footer.scss

index 49194fd..0932601 100644 (file)
@@ -1,3 +1,10 @@
+footer.main {
+    position: absolute;
+    bottom: 0;
+    left: 0;
+    right: 0;
+}
+
 #connect {
     padding-top: 20px;
     background: #4c4d4f;