Use variable for the footer height

This commit is contained in:
leigh-mil
2019-01-23 10:57:13 -05:00
parent 0bbc0e00a9
commit ffb05bbc74
3 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
display: flex;
flex-wrap: nowrap;
flex-grow: 1;
margin-bottom: 50px;
margin-bottom: $footer-height;
.global-navigation {
margin-top: -1px;