diff --git a/tailwind.config.js b/tailwind.config.js index fface1d..b67391c 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -16,6 +16,9 @@ export default { fontFamily: { sans: ['Nunito', 'Inter', 'Segoe UI', 'system-ui', '-apple-system', 'sans-serif'], }, + screens: { + 'mobile-landscape': { raw: '(max-width: 767px) and (orientation: landscape)' }, + }, }, }, plugins: [],