Skip to content

Commit 9498650

Browse files
committed
build(tailwind): breakpoint
1 parent 4057b5a commit 9498650

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tailwind.config.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ module.exports = {
99
darkMode: false,
1010
theme: {
1111
screens: {
12-
sm: '640px',
13-
md: '768px',
14-
lg: '1024px',
15-
xl: '1280px',
16-
'2xl': '1536px',
12+
sm: '768px',
13+
md: '992px',
14+
lg: '1200px',
15+
xl: '1920px',
1716
},
1817
colors: {
1918
transparent: 'transparent',

0 commit comments

Comments
 (0)