Skip to content

Commit

Permalink
add font size to tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
colegoldsmith committed Oct 27, 2023
1 parent 19cac2c commit 4005896
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ module.exports = {
lg: '1024px',
xl: '1440px',
},
fontSize: {
sm: '1.8125rem',
base: '2rem',
xl: '2.5rem',
'2xl': '3rem',
},
spacing: {
0: '0',
0.5: '0.5rem',
Expand Down

0 comments on commit 4005896

Please sign in to comment.