Skip to content

Commit

Permalink
fix letter spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjcarroll committed May 11, 2024
1 parent 451ea52 commit ef7c3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const config = {
"4xl": [
"2.75rem",
{
letterSpacing: "-1px",
letterSpacing: "-3px",
lineHeight: "50px",
},
],
Expand All @@ -49,7 +49,7 @@ const config = {
"6.25rem",
{
lineHeight: "6.875rem",
letterSpacing: "-1px",
letterSpacing: "-3px",
},
],
},
Expand Down

0 comments on commit ef7c3c3

Please sign in to comment.