From 0bd7a70c966371f3402e6a5ea6bb06979bc495be Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 27 Mar 2026 16:25:50 +0100 Subject: [PATCH] fix: hide Familienarchiv wordmark below sm breakpoint to save header space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On mobile the text consumed most of the header width, leaving no room for the hamburger, theme toggle, and user menu. Uses hidden sm:inline — aria-label on the anchor preserves screen reader access at all sizes. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/AppNav.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/AppNav.svelte b/frontend/src/routes/AppNav.svelte index 6cda8155..76675dd7 100644 --- a/frontend/src/routes/AppNav.svelte +++ b/frontend/src/routes/AppNav.svelte @@ -30,7 +30,7 @@ function handleOverlayKeydown(event: KeyboardEvent) {