fixed things
This commit is contained in:
@@ -15,7 +15,12 @@ const config: Config = {
|
||||
},
|
||||
},
|
||||
screens: {
|
||||
'xs': '480px'
|
||||
'xs': '480px',
|
||||
'sm': '640px',
|
||||
'md': '768px',
|
||||
'lg': '1024px',
|
||||
'xl': '1280px',
|
||||
'2xl': '1536px',
|
||||
}
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user