Skip to content

Commit

Permalink
Update spacing to be more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
khleomix committed May 8, 2024
1 parent f49ad55 commit 7a1e6a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,27 +261,27 @@
},
{
"name": "3",
"size": "min(1.5rem, 2vw)",
"size": "min(1.875rem, 5vw)",
"slug": "30"
},
{
"name": "4",
"size": "min(2.5rem, 3vw)",
"size": "min(2rem, 6vw)",
"slug": "40"
},
{
"name": "5",
"size": "min(3rem, 4vw)",
"size": "min(3.125rem, 6vw)",
"slug": "50"
},
{
"name": "6",
"size": "min(3.75rem, 5vw)",
"size": "min(3.75rem, 7vw)",
"slug": "60"
},
{
"name": "7",
"size": "min(6.5rem, 8vw)",
"size": "min(4.375rem, 8vw)",
"slug": "70"
}
],
Expand Down

0 comments on commit 7a1e6a2

Please sign in to comment.