Use ASW --width-lg token for garden width instead of hardcoded selector
ASW now has body > main container rule (fixed upstream c6247ae). Garden overrides --width-lg: 800px instead of fighting specificity. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a26fe59b40
commit
46007519ed
3 changed files with 9 additions and 4937 deletions
4932
public/css/asw.css
4932
public/css/asw.css
File diff suppressed because one or more lines are too long
|
|
@ -58,9 +58,10 @@ body {
|
|||
font-family: var(--garden-font);
|
||||
}
|
||||
|
||||
/* ── Layout — contained, not a billboard ───────────────────── */
|
||||
body > main, body > nav, body > footer {
|
||||
max-width: 800px;
|
||||
/* ── Layout — ASW handles body > main container now ────────── */
|
||||
/* Override --width-lg for narrower garden feel */
|
||||
:root {
|
||||
--width-lg: 800px;
|
||||
}
|
||||
|
||||
/* ── Links — violet accent, indigo hover ──────────────────── */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue