added new screen sizes
This commit is contained in:
@@ -7,14 +7,27 @@ module.exports = {
|
|||||||
darkMode: true,
|
darkMode: true,
|
||||||
theme: {
|
theme: {
|
||||||
colors: {
|
colors: {
|
||||||
|
'transparent' : 'transparent',
|
||||||
'white': '#EDF2F4',
|
'white': '#EDF2F4',
|
||||||
'blue': '#01bde7',
|
'blue': '#01bde7',
|
||||||
'gray-dark': '#1C1C21',
|
'gray-dark': '#1C1C21',
|
||||||
'gray-light': '#272731'
|
'gray-light': '#272731'
|
||||||
|
|
||||||
},
|
},
|
||||||
|
screens: {
|
||||||
|
'sm': '640px',
|
||||||
|
|
||||||
|
'md': '768px',
|
||||||
|
|
||||||
|
'lg': '1024px',
|
||||||
|
|
||||||
|
'xl': '1376px',
|
||||||
|
|
||||||
|
'2xl': '1536px',
|
||||||
|
},
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// XL: 1376px
|
||||||
Reference in New Issue
Block a user