From c410c2e80d332ffc6381f4bec4d7f3aa5e64078b Mon Sep 17 00:00:00 2001 From: zwitschi Date: Sat, 30 May 2026 21:31:51 +0200 Subject: [PATCH] feat: increase max-width of nav for improved layout consistency --- frontend/app/static/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/app/static/style.css b/frontend/app/static/style.css index 1554294..94b13c1 100644 --- a/frontend/app/static/style.css +++ b/frontend/app/static/style.css @@ -51,7 +51,7 @@ nav { align-items: center; justify-content: space-between; height: 3.5rem; - max-width: 1100px; + max-width: 1200px; margin: 0 auto; } @@ -144,10 +144,6 @@ main { padding: 0 1rem; } -main:has(.admin-page) { - max-width: 1200px; -} - /* ─── Alerts ───────────────────────────────────────────── */ .alert { padding: 0.75rem 1rem;