Skip to content

Commit

Permalink
Merge branch 'main' into epic/FE-20--about-page
Browse files Browse the repository at this point in the history
  • Loading branch information
newjinlee authored Jul 30, 2024
2 parents 7d0a8e9 + 08ab0ad commit 5947b20
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,18 @@ module.exports = {
'sub-gray_2': '#E3E9F1',
'sub-gray_3': '#EFF3F8',
},
boxShadow: {
'3xl': '0px 0px 36px 0px rgba(0, 0, 0, 0.05)',
},
screens: {
'sm': '640px',
'md': '768px',
'lg': '1024px',
'xl': '1280px',
sm: '640px',
md: '768px',
lg: '1024px',
xl: '1280px',
'2xl': '1536px',
},
backgroundImage: {
'stripes': 'repeating-linear-gradient(to bottom, #ffffff, #ffffff 23px, #e5e7eb 23px, #e5e7eb 24px)',
stripes: 'repeating-linear-gradient(to bottom, #ffffff, #ffffff 23px, #e5e7eb 23px, #e5e7eb 24px)',
},
},
},
Expand Down

0 comments on commit 5947b20

Please sign in to comment.