Skip to content

Commit

Permalink
www: homepage: Use full screen height
Browse files Browse the repository at this point in the history
Change-Id: I86bed35368504e859e0c47f97f21499876f4c2fa
  • Loading branch information
neroices committed Dec 31, 2024
1 parent c289524 commit b9f7fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Home() {
return (
<div className="flex min-h-screen flex-col">
<main className="flex-1 flex flex-col items-center justify-center">
<section className="space-y-6 py-8 md:py-12 lg:py-24">
<section className="min-h-screen space-y-6 py-8 md:py-12 lg:py-24">
<motion.div
className="container flex max-w-[64rem] flex-col items-center justify-center gap-4 text-center px-4 sm:px-6 lg:px-8"
initial="initial"
Expand Down

0 comments on commit b9f7fa0

Please sign in to comment.