Add content footer

This commit is contained in:
Patrick Marsceill
2019-08-06 15:56:29 -04:00
parent 721484a26e
commit b89b683f90
6 changed files with 67 additions and 53 deletions

View File

@@ -137,6 +137,7 @@ body {
.site-footer {
position: absolute;
bottom: 0;
left: 0;
padding-top: $sp-4;
padding-bottom: $sp-4;

View File

@@ -19,6 +19,12 @@
}
}
.navigation-wrapper {
display: flex;
flex-direction: column;
flex: 1 1 auto;
}
.navigation-list {
padding: 0;
margin-top: $sp-4;