fix main navigation font size

This commit is contained in:
Martin Filipovic Hinrichs 2026-06-04 17:24:51 +02:00
parent c1eef7886f
commit 8c5f276b00

View file

@ -151,6 +151,10 @@ strong {
.main-navigation-link {
color: $sw-color-brand-primary;
&.active {
font-weight: 700;
}
&:hover {
color: var(--text-color-brand-primary);
}
@ -170,8 +174,13 @@ strong {
.main-navigation-menu {
font-size: 1.5rem;
line-height: 36px;
padding: 0 20px;
font-family: $sw-font-family-headline;
.nav-link {
font-size: inherit;
}
}
.content-main {