mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Fix site-nav style issue
* See: https://github.com/next-theme/hexo-theme-next/pull/223
This commit is contained in:
parent
cb0669a742
commit
72c28e5e87
@ -4,7 +4,13 @@
|
||||
flex-grow: 1;
|
||||
|
||||
+mobile() {
|
||||
padding: 10px 10px 0;
|
||||
padding: 0 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu {
|
||||
+mobile() {
|
||||
padding-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1,4 +1,10 @@
|
||||
.site-nav {
|
||||
+mobile() {
|
||||
padding-top: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu {
|
||||
+mobile() {
|
||||
border-bottom: 1px solid $grey-lighter;
|
||||
border-top: 1px solid $grey-lighter;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user