fix styling
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user