Fix: match ASW selector specificity for max-width 800px
This commit is contained in:
parent
3d256a747e
commit
a26fe59b40
2 changed files with 2 additions and 6 deletions
|
|
@ -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 ──────────────────── */
|
||||||
|
|
|
||||||
|
|
@ -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 ──────────────────── */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue