Skip to content

Commit

Permalink
Add fluid spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Nov 14, 2022
1 parent 2488813 commit b38d638
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,22 +136,22 @@
},
{
"name": "Small",
"size": "40px",
"size": "clamp(20px, 4vw, 40px)",
"slug": "small"
},
{
"name": "Medium",
"size": "60px",
"size": "clamp(30px, 6vw, 60px)",
"slug": "medium"
},
{
"name": "Large",
"size": "80px",
"size": "clamp(40px, 8vw, 80px)",
"slug": "large"
},
{
"name": "xLarge",
"size": "100px",
"size": "clamp(50px, 10vw, 100px)",
"slug": "x-large"
}
],
Expand Down

0 comments on commit b38d638

Please sign in to comment.