feat: Implement desktop-first maximization plan

This commit is contained in:
gpt-engineer-app[bot]
2025-10-06 16:22:24 +00:00
parent bc8cb18172
commit d68bbe27a7
10 changed files with 98 additions and 94 deletions

View File

@@ -7,12 +7,28 @@ export default {
theme: {
container: {
center: true,
padding: "2rem",
padding: {
DEFAULT: "1rem",
sm: "1.5rem",
md: "1.5rem",
lg: "2rem",
xl: "2rem",
"2xl": "2.5rem",
"3xl": "3rem",
},
screens: {
"2xl": "1400px",
sm: "640px",
md: "768px",
lg: "1024px",
xl: "1280px",
"2xl": "1536px",
"3xl": "1920px",
},
},
extend: {
screens: {
"3xl": "1920px",
},
fontFamily: {
sans: ["Inter", "system-ui", "-apple-system", "sans-serif"],
inter: ["Inter", "system-ui", "-apple-system", "sans-serif"],