Add margin to the bottom so the footer doesn't cover content at bottom of page
This commit is contained in:
parent
c7404137e0
commit
6e1c753114
@ -14,6 +14,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
margin-bottom: 50px;
|
||||||
|
|
||||||
.global-navigation {
|
.global-navigation {
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user