Use variable for the footer height
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
flex-grow: 1;
|
||||
margin-bottom: 50px;
|
||||
margin-bottom: $footer-height;
|
||||
|
||||
.global-navigation {
|
||||
margin-top: -1px;
|
||||
|
Reference in New Issue
Block a user