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'
|
darkMode: false, // or 'media' or 'class'
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {
|
||||||
|
screens: {
|
||||||
|
sm: '700px'
|
||||||
|
}
|
||||||
|
},
|
||||||
colors: {
|
colors: {
|
||||||
blue: colors.lightBlue,
|
blue: colors.lightBlue,
|
||||||
gray: colors.trueGray
|
gray: colors.trueGray
|
||||||
|
|
Loading…
Reference in a new issue