Skip to content

Commit

Permalink
revert: tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVentilii committed Oct 25, 2024
1 parent 44b7786 commit 92681c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,10 @@ export default {
'pos-100': '100% 100%'
},
width: {
sm: '576px',
md: '768px'
sm: '576px'
},
screens: {
'1.5md': '896px',
'1.5lg': '1152px',
'2.5xl': '1728px',
'h-md': { raw: '(max-height: 1090px)' }
}
Expand Down

0 comments on commit 92681c6

Please sign in to comment.