mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Increase breakpoint for 5 columns
This commit is contained in:
parent
379d2e59f1
commit
cd95c93e68
2 changed files with 5 additions and 1 deletions
|
@ -25,6 +25,10 @@ module.exports = {
|
|||
900: "rgb(var(--color-900) / <alpha-value>)",
|
||||
},
|
||||
},
|
||||
screens: {
|
||||
'3xl': '1800px',
|
||||
// => @media (min-width: 1800px) { ... }
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [tailwindForms, tailwindScrollbars],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue