fix page height

This commit is contained in:
Aman Varshney
2025-05-21 11:36:59 +05:30
parent 4e4be67063
commit 3e2982fca5
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ export default function HomePage() {
<Navbar />
<main className="flex min-h-svh flex-col items-center justify-center overflow-x-hidden bg-background px-4 pt-24 pb-10 sm:px-6 md:px-8 md:pt-28 lg:pt-32">
<motion.div
className="mx-auto mb-12 w-full max-w-6xl sm:mb-16"
className="mx-auto min-h-svh w-full max-w-6xl"
initial="hidden"
animate="visible"
variants={containerVariants}

View File

@@ -14,7 +14,7 @@
},
"apps/cli": {
"name": "create-better-t-stack",
"version": "2.10.3",
"version": "2.10.4",
"bin": {
"create-better-t-stack": "dist/index.js",
},