Tweak mobile navi top padding to correlate to top banner presence (#14)

This commit is contained in:
Brandon Lee Kitajchuk
2021-07-22 14:10:47 -07:00
committed by GitHub
parent db94b17829
commit 1d0ae5ed17
+7
View File
@@ -50,6 +50,13 @@
@media (max-width: $width-mobile) {
@include mxs();
}
// Effects .navi @see _navi.scss
& + .navi {
.navi__mobile {
padding-top: 32px;
}
}
}
.latest {