Override sm screen size

This commit is contained in:
Oliver Davies 2020-12-27 02:52:01 +00:00
parent 91cee26e71
commit 97925b0456

View file

@ -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