feat: increase max-width of nav for improved layout consistency

This commit is contained in:
2026-05-30 21:31:51 +02:00
parent 45fac8223a
commit c410c2e80d
+1 -5
View File
@@ -51,7 +51,7 @@ nav {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
height: 3.5rem; height: 3.5rem;
max-width: 1100px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
} }
@@ -144,10 +144,6 @@ main {
padding: 0 1rem; padding: 0 1rem;
} }
main:has(.admin-page) {
max-width: 1200px;
}
/* ─── Alerts ───────────────────────────────────────────── */ /* ─── Alerts ───────────────────────────────────────────── */
.alert { .alert {
padding: 0.75rem 1rem; padding: 0.75rem 1rem;