screen-width

This commit is contained in:
tangly1024.com
2024-09-25 16:04:16 +08:00
parent 7e6f27694c
commit 1821db79a0

View File

@@ -14,15 +14,15 @@ module.exports = {
screens: {
sm: '540px',
// => @media (min-width: 576px) { ... }
md: '720px',
// => @media (min-width: 768px) { ... }
lg: '960px',
// => @media (min-width: 992px) { ... }
xl: '1140px'
xl: '1140px',
// => @media (min-width: 1200px) { ... }
'2xl': '1320px',
// => @media (min-width: 1400px) { ... }
'3xl': '1920px'
},
container: {
center: true,