Skip to content

Commit

Permalink
Update tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Dec 13, 2023
1 parent 0772b4d commit 140eb64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ module.exports = {
'lg': '0.75rem',
'xl': '1.5rem',
},
screens: {
'sm': '640px',
'md': '768px',
'lg': '1024px',
'xl': '1280px',
'2xl': '1536px'
},
zindex: {
'10': 10,
'20': 20,
Expand Down

0 comments on commit 140eb64

Please sign in to comment.