Add 2xl screen, adjust wrapper width
This commit is contained in:
parent
1fb77fc4ff
commit
d8ec72e3a7
2 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,10 @@ module.exports = {
|
|||
extend: {
|
||||
colors: {
|
||||
'gray-600': '#767676',
|
||||
inherit: 'inherit',
|
||||
inherit: 'inherit'
|
||||
},
|
||||
screens: {
|
||||
'2xl': '1400px'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue