Skip to content

Commit 33826e6

Browse files
committed
chore: tweak break point
1 parent f1be77a commit 33826e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module.exports = {
108108
},
109109
}),
110110
screens: {
111-
'3xl': { max: '1919px' },
111+
'3xl': { min: '1600px' },
112112
'2xl': { max: '1599px' },
113113
xl: { max: '1439px' },
114114
lg: { max: '1279px' },

0 commit comments

Comments
 (0)