Files
e7e0bd61-a463-4ee9-88ab-ed6…/theme-options/layout/content-width.md
kudinDmitriyUp fced623a79 Initial commit
2026-05-01 09:57:24 +00:00

33 lines
526 B
Markdown

# 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;