Add margin to the bottom so the footer doesn't cover content at bottom of page

This commit is contained in:
leigh-mil 2019-01-17 12:00:54 -05:00
parent c7404137e0
commit 6e1c753114

View File

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