Override sm screen size
This commit is contained in:
parent
91cee26e71
commit
97925b0456
|
@ -6,7 +6,11 @@ module.exports = {
|
|||
},
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
screens: {
|
||||
sm: '700px'
|
||||
}
|
||||
},
|
||||
colors: {
|
||||
blue: colors.lightBlue,
|
||||
gray: colors.trueGray
|
||||
|
|
Loading…
Reference in a new issue