adding --content-width-full prop to utils.css

* to set full width on elements alongside fixed width props
This commit is contained in:
Brian Talbot
2025-10-30 14:36:32 -04:00
parent eb2410ff88
commit 0b3daa40d2

View File

@@ -10,6 +10,9 @@
--content-width-m: round(up, 110ch, 1px);
--content-width-s: round(up, 80ch, 1px);
--content-width-xs: round(up, 50ch, 1px);
--content-width-full: 100%;
--content-padding-inline: 4ch;
--content-flow-spacing: 8ch;