Tailwind: reduce xl breakpoint to 1280px
This commit is contained in:
parent
82e437cdda
commit
46cb004c04
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module.exports = {
|
||||||
sm: '581px',
|
sm: '581px',
|
||||||
md: '768px',
|
md: '768px',
|
||||||
lg: '976px',
|
lg: '976px',
|
||||||
xl: '1440px',
|
xl: '1280px',
|
||||||
},
|
},
|
||||||
extend: {
|
extend: {
|
||||||
fontSize: {
|
fontSize: {
|
||||||
|
|
Loading…
Reference in a new issue