Tailwind: reduce xl breakpoint to 1280px

environments/review-xl-breakpo-ewieum/deployments/460
Alex Gleason 2 years ago
parent 82e437cdda
commit 46cb004c04
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save