nav mobile - increase subcategory size
This commit is contained in:
parent
be37ab345a
commit
acbcb591ca
2 changed files with 14 additions and 0 deletions
|
|
@ -221,10 +221,17 @@
|
|||
max-height: 13rem;
|
||||
}
|
||||
|
||||
.expanded-nav__subcategories > li:not(:last-child) {
|
||||
margin-bottom: 0.2rem;
|
||||
}
|
||||
.expanded-nav__subcategories > li:last-child {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.expanded-nav__subcategory {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.expanded-nav__columns > li:not(.expanded-nav__links) {
|
||||
border-bottom: var(--border);
|
||||
margin-bottom: 1rem;
|
||||
|
|
|
|||
7
assets/dist/style.css
vendored
7
assets/dist/style.css
vendored
|
|
@ -745,10 +745,17 @@ button:focus-visible {
|
|||
max-height: 13rem;
|
||||
}
|
||||
|
||||
.expanded-nav__subcategories > li:not(:last-child) {
|
||||
margin-bottom: 0.2rem;
|
||||
}
|
||||
.expanded-nav__subcategories > li:last-child {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.expanded-nav__subcategory {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.expanded-nav__columns > li:not(.expanded-nav__links) {
|
||||
border-bottom: var(--border);
|
||||
margin-bottom: 1rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue