File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ export default function Home() {
1010 < div className = "absolute inset-0 bg-gradient-to-b from-gray-950/60 via-gray-950/80 to-gray-950" />
1111 </ div >
1212
13- < div className = "flex min-h-screen flex-col items-center justify-center px-6" >
13+ < div className = "flex min-h-screen flex-col items-center px-6" >
14+ { /* Spacer to push card toward center */ }
15+ < div className = "flex-1" />
1416 { /* Hero Card */ }
1517 < main className = "w-full max-w-lg animate-fade-in" >
1618 < div className = "rounded-2xl border border-gray-800 bg-gray-900/70 p-8 shadow-2xl shadow-brand-teal/5 backdrop-blur-md sm:p-12" >
@@ -62,7 +64,8 @@ export default function Home() {
6264 </ main >
6365
6466 { /* Footer */ }
65- < div className = "mt-auto w-full" >
67+ < div className = "flex-1" />
68+ < div className = "w-full" >
6669 < Footer />
6770 </ div >
6871 </ div >
You can’t perform that action at this time.
0 commit comments