fix(layout): make content width respect page.width config (#911)

Fixes #886 - The content area in `<main>` was hardcoded to `hx:max-w-6xl`
(72rem), ignoring the `params.page.width` setting. Added a new CSS
variable `--hextra-max-content-width` that responds to the page width
config, so users can now get full-width or wide content as expected.
This commit is contained in:
Xin
2026-01-24 00:02:50 +00:00
committed by GitHub
parent fa8f8554ea
commit 02cca4cd0b
13 changed files with 18 additions and 12 deletions

File diff suppressed because one or more lines are too long