nav mobile - increase subcategory size

This commit is contained in:
isUnknown 2024-09-20 17:43:44 +02:00
parent be37ab345a
commit acbcb591ca
2 changed files with 14 additions and 0 deletions

View file

@ -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;

View file

@ -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;