diff --git a/src/components/services/group.jsx b/src/components/services/group.jsx index 8b7db308..7b7e2e87 100644 --- a/src/components/services/group.jsx +++ b/src/components/services/group.jsx @@ -8,7 +8,7 @@ export default function ServicesGroup({ services, layout }) {
diff --git a/tailwind.config.js b/tailwind.config.js index b6e27a30..0d78a6c0 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -25,6 +25,10 @@ module.exports = { 900: "rgb(var(--color-900) / )", }, }, + screens: { + '3xl': '1800px', + // => @media (min-width: 1800px) { ... } + }, }, }, plugins: [tailwindForms, tailwindScrollbars],