Initial commit
This commit is contained in:
21
theme-options/layout/border-radius.md
Normal file
21
theme-options/layout/border-radius.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Border Radius Presets
|
||||
|
||||
3 border radius presets available.
|
||||
|
||||
---
|
||||
|
||||
## rounded
|
||||
|
||||
--radius: 0.5rem;
|
||||
|
||||
---
|
||||
|
||||
## smooth
|
||||
|
||||
--radius: 0.75rem;
|
||||
|
||||
---
|
||||
|
||||
## soft
|
||||
|
||||
--radius: 1.5rem;
|
||||
32
theme-options/layout/content-width.md
Normal file
32
theme-options/layout/content-width.md
Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user