mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-07-18 01:54:24 +00:00
Change media queries
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = {
|
||||
screens: {
|
||||
'3xl': {'max': '2047px'},
|
||||
'2xl': {'max': '1535px'},
|
||||
'xl': {'max': '1279px'},
|
||||
'xl': {'min': '1024px'},
|
||||
'lg': {'max': '1023px'},
|
||||
'md': {'max': '767px'},
|
||||
'sm': {'max': '639px'}
|
||||
|
Reference in New Issue
Block a user