Makes footer sticky to bottom and changes footer styles

This commit is contained in:
decabeza
2018-07-20 18:51:13 +02:00
parent dcec003d0e
commit b5caefc0d4

View File

@@ -34,6 +34,12 @@
background-color: $brand;
}
html,
body {
height: 100%;
margin: 0;
}
body {
font-size: $base-font-size;
}
@@ -794,8 +800,7 @@ footer {
}
.footer {
background: $border;
border-top: 6px solid $brand;
background: #f1f1f1;
margin-top: $line-height * 2;
padding-top: $line-height;
}