screen-width

This commit is contained in:
tangly1024.com
2024-09-25 14:38:08 +08:00
parent c912815d75
commit 6651affc34

View File

@@ -21,12 +21,8 @@ module.exports = {
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,