fix styling

This commit is contained in:
Maze Winther
2025-07-11 14:50:51 +02:00
parent 76229a1da5
commit 9b78503562

View File

@ -121,6 +121,7 @@ export function Hero({ signupCount }: HeroProps) {
onSubmit={handleSubmit}
className="flex gap-3 w-full max-w-lg flex-col sm:flex-row"
>
<div className="relative w-full">
<Input
type="email"
placeholder="Enter your email"
@ -130,6 +131,7 @@ export function Hero({ signupCount }: HeroProps) {
disabled={isSubmitting}
required
/>
</div>
<Button
type="submit"
size="lg"