mirror of
https://github.com/benphelps/homepage.git
synced 2025-11-05 05:25:53 +01:00
Increase breakpoint for 5 columns
This commit is contained in:
@@ -25,6 +25,10 @@ module.exports = {
|
||||
900: "rgb(var(--color-900) / <alpha-value>)",
|
||||
},
|
||||
},
|
||||
screens: {
|
||||
'3xl': '1800px',
|
||||
// => @media (min-width: 1800px) { ... }
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [tailwindForms, tailwindScrollbars],
|
||||
|
||||
Reference in New Issue
Block a user