Files
3e46734e-50f3-4dca-9a2f-5e6…/theme-options/layout/content-width.md
kudinDmitriyUp d9a984b68c Initial commit
2026-04-27 11:44:02 +00:00

526 B

Content Width Presets

4 content width presets available.


small

Desktop: --width-content-width: clamp(40rem, 65vw, 100rem); Mobile: --width-content-width: 80vw;


compact

Desktop: --width-content-width: clamp(40rem, 67.5vw, 100rem); Mobile: --width-content-width: 80vw;


mediumSmall

Desktop: --width-content-width: clamp(40rem, 70vw, 100rem); Mobile: --width-content-width: 80vw;


medium

Desktop: --width-content-width: clamp(40rem, 72.5vw, 100rem); Mobile: --width-content-width: 80vw;