Skip to content

Commit ec3ca71

Browse files
committed
starter主题 max-w 过宽的问题
1 parent 3d91ba5 commit ec3ca71

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tailwind.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ module.exports = {
2020
// => @media (min-width: 992px) { ... }
2121
xl: '1140px',
2222
// => @media (min-width: 1200px) { ... }
23-
'2xl': '1320px',
24-
// => @media (min-width: 1400px) { ... }
25-
'3xl': '1920px'
23+
'2xl': '1536px'
2624
},
2725
container: {
2826
center: true,

0 commit comments

Comments
 (0)