Add initial mobile support (#1962)

This commit is contained in:
pablodanswer
2024-07-30 17:13:50 -07:00
committed by GitHub
parent d151082871
commit eb9bb56829
34 changed files with 837 additions and 676 deletions

View File

@@ -45,6 +45,8 @@ module.exports = {
"2xl": "1420px",
"3xl": "1700px",
"4xl": "2000px",
mobile: { max: "767px" },
desktop: "768px",
},
fontFamily: {
sans: ["var(--font-inter)"],