Add mobile landscape screen breakpoint to Tailwind configuration for responsive design
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user