Skip to content

Commit 4c7209d

Browse files
committed
Fix xl screen config
1 parent 5894695 commit 4c7209d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
'sm': '740px',
3030
'md': '868px',
3131
'lg': '1024px',
32-
'xl': '1080px',
32+
'xl': '1280px',
3333
},
3434
},
3535
plugins: [],

0 commit comments

Comments
 (0)