expanded nav - add program subcategories

This commit is contained in:
isUnknown 2024-09-10 18:36:50 +02:00
parent 952c81aaff
commit 3076394e19
3 changed files with 30 additions and 2 deletions

View file

@ -68,6 +68,9 @@
.expanded-nav__category {
margin-bottom: 1rem;
}
.expanded-nav__category .toggle {
display: none;
}
.expanded-nav__subcategory {
font-size: var(--font-size-s);
}