Increase breakpoint for 5 columns

This commit is contained in:
shamoon 2023-04-05 23:25:08 -07:00
parent 379d2e59f1
commit cd95c93e68
2 changed files with 5 additions and 1 deletions

View file

@ -25,6 +25,10 @@ module.exports = {
900: "rgb(var(--color-900) / <alpha-value>)",
},
},
screens: {
'3xl': '1800px',
// => @media (min-width: 1800px) { ... }
},
},
},
plugins: [tailwindForms, tailwindScrollbars],