Separate centered nav shell from menu links
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s

This commit is contained in:
Codex Bot
2026-03-24 14:20:45 +01:00
parent c68126bba0
commit de44ffdae8

View File

@@ -364,8 +364,8 @@ footer a {
} }
.nav-shell { .nav-shell {
width: fit-content; width: 100%;
max-width: calc(100% - 68px); max-width: var(--content-max-width);
margin: 0 auto; margin: 0 auto;
} }