Tailwind: reduce xl breakpoint to 1280px

This commit is contained in:
Alex Gleason 2022-07-04 14:57:27 -05:00
parent 82e437cdda
commit 46cb004c04
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -8,7 +8,7 @@ module.exports = {
sm: '581px',
md: '768px',
lg: '976px',
xl: '1440px',
xl: '1280px',
},
extend: {
fontSize: {