Fix: match ASW selector specificity for max-width 800px

This commit is contained in:
Vigilio Desto 2026-04-12 18:15:05 +02:00
parent 3d256a747e
commit a26fe59b40
Signed by: Vigo
GPG key ID: 159D6AD58C8E55E9
2 changed files with 2 additions and 6 deletions

View file

@ -59,10 +59,8 @@ body {
} }
/* ── Layout — contained, not a billboard ───────────────────── */ /* ── Layout — contained, not a billboard ───────────────────── */
main { body > main, body > nav, body > footer {
max-width: 800px; max-width: 800px;
margin-inline: auto;
padding-inline: var(--size-3);
} }
/* ── Links — violet accent, indigo hover ──────────────────── */ /* ── Links — violet accent, indigo hover ──────────────────── */

View file

@ -59,10 +59,8 @@ body {
} }
/* ── Layout — contained, not a billboard ───────────────────── */ /* ── Layout — contained, not a billboard ───────────────────── */
main { body > main, body > nav, body > footer {
max-width: 800px; max-width: 800px;
margin-inline: auto;
padding-inline: var(--size-3);
} }
/* ── Links — violet accent, indigo hover ──────────────────── */ /* ── Links — violet accent, indigo hover ──────────────────── */