mirror of
https://github.com/jambonz/next-static-site.git
synced 2026-07-24 21:12:27 +00:00
Tweak mobile navi top padding to correlate to top banner presence (#14)
This commit is contained in:
committed by
GitHub
parent
db94b17829
commit
1d0ae5ed17
@@ -50,6 +50,13 @@
|
||||
@media (max-width: $width-mobile) {
|
||||
@include mxs();
|
||||
}
|
||||
|
||||
// Effects .navi @see _navi.scss
|
||||
& + .navi {
|
||||
.navi__mobile {
|
||||
padding-top: 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.latest {
|
||||
|
||||
Reference in New Issue
Block a user