...
 
Commits (2)
......@@ -2,7 +2,11 @@ m-body {
margin-top: 52px;
display: block;
min-height: 100%;
@media screen and (max-width: $max-mobile) {
margin-bottom: 60px;
}
&.has-v2-navbar {
margin-top: 52px;
}
......