Fix dashboard compilation error

This commit is contained in:
Dragory 2020-12-19 04:55:43 +02:00
parent 83abc8506e
commit 3c3a819aba
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -12,8 +12,8 @@ module.exports = {
}, },
screens: { screens: {
sm: '640px', sm: '640px',
'until-sm': { max: '639px' },
md: '768px', md: '768px',
'until-lg': { max: '1023px' },
lg: '1024px', lg: '1024px',
xl: '1280px', xl: '1280px',
'2xl': '1536px' '2xl': '1536px'