Initial commit

This commit is contained in:
kudinDmitriyUp
2026-06-10 16:46:01 +00:00
commit 8452ff772e
313 changed files with 37762 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# 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;