Add 2xl screen, adjust wrapper width

This commit is contained in:
Oliver Davies 2019-04-16 21:23:00 +01:00
parent 1fb77fc4ff
commit d8ec72e3a7
2 changed files with 5 additions and 2 deletions

View file

@ -3,7 +3,10 @@ module.exports = {
extend: {
colors: {
'gray-600': '#767676',
inherit: 'inherit',
inherit: 'inherit'
},
screens: {
'2xl': '1400px'
}
}
}