diff --git a/assets/styles/app/nav.css b/assets/styles/app/nav.css index c8beb30..bdc0c5f 100644 --- a/assets/styles/app/nav.css +++ b/assets/styles/app/nav.css @@ -1,5 +1,5 @@ nav div { - height: 64px; + min-height: 64px; } /* Glassmorphism nav — uses RGB channel var for rgba() composition */ @@ -28,4 +28,10 @@ nav div { font-family: var(--font-display), serif; letter-spacing: -.02em; font-size: 1rem; + text-decoration: none; +} + +#nav-brand-logo { + height: 30px; + width: auto; } diff --git a/templates/widgets/nav_bar.html.twig b/templates/widgets/nav_bar.html.twig index 26a6c45..e6c5594 100644 --- a/templates/widgets/nav_bar.html.twig +++ b/templates/widgets/nav_bar.html.twig @@ -2,16 +2,23 @@ id="top-nav" aria-label="Hauptnavigation">