chore: update tailwind.config.mjs with new screen sizes

This commit is contained in:
Jewgeni 2024-09-12 07:45:59 +02:00
parent 8609c753f5
commit 9df6466c39

View File

@ -4,11 +4,17 @@ export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
prefix: '',
theme: {
screens: {
sm: '600px',
md: '840px',
lg: '1200px',
xl: '1600px',
},
container: {
center: true,
padding: '2rem',
screens: {
'2xl': '1400px',
xl: '1600px',
},
},
extend: {