fix: hero landing page height
This commit is contained in:
parent
a6a520db70
commit
bc4c064ad6
|
|
@ -67,7 +67,7 @@ export function Hero({ signupCount }: HeroProps) {
|
|||
};
|
||||
|
||||
return (
|
||||
<div className="relative min-h-screen flex flex-col items-center justify-center text-center px-4">
|
||||
<div className="relative min-h-[calc(100vh-4rem)] flex flex-col items-center justify-center text-center px-4">
|
||||
<motion.div
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue