Add mobile landscape screen breakpoint to Tailwind configuration for responsive design

This commit is contained in:
2025-12-25 16:04:41 -06:00
parent c2de35082f
commit df9ed9465b

View File

@@ -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: [],