style: make join waitlist responsive

This commit is contained in:
Maze Winther
2025-06-25 19:24:05 +02:00
parent de3d3e210e
commit bf64ec1133

View File

@ -129,7 +129,7 @@ export function Hero({ signupCount }: HeroProps) {
animate={{ opacity: 1 }} animate={{ opacity: 1 }}
transition={{ delay: 0.6, duration: 0.8 }} transition={{ delay: 0.6, duration: 0.8 }}
> >
<form onSubmit={handleSubmit} className="flex gap-3 w-full max-w-lg"> <form onSubmit={handleSubmit} className="flex gap-3 w-full max-w-lg flex-col sm:flex-row">
<Input <Input
type="email" type="email"
placeholder="Enter your email" placeholder="Enter your email"