@@ -1,7 +1,12 @@
// Base tags
+html {
+ position: relative;
+ min-height: 100%;
+}
body {
overflow-x: hidden;
+ margin-bottom: 80px !important;
}
a {
@@ -3,7 +3,12 @@
#footer {
margin-top: 40px;
- position: relative;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 60%;
+ padding: 0 20%;
+ overflow: hidden;
height: 60px;
@include flex;
flex-direction: row;