Makes footer sticky to bottom and changes footer styles
This commit is contained in:
@@ -34,6 +34,12 @@
|
|||||||
background-color: $brand;
|
background-color: $brand;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: $base-font-size;
|
font-size: $base-font-size;
|
||||||
}
|
}
|
||||||
@@ -794,8 +800,7 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
background: $border;
|
background: #f1f1f1;
|
||||||
border-top: 6px solid $brand;
|
|
||||||
margin-top: $line-height * 2;
|
margin-top: $line-height * 2;
|
||||||
padding-top: $line-height;
|
padding-top: $line-height;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user