fix styling
This commit is contained in:
@ -121,6 +121,7 @@ export function Hero({ signupCount }: HeroProps) {
|
|||||||
onSubmit={handleSubmit}
|
onSubmit={handleSubmit}
|
||||||
className="flex gap-3 w-full max-w-lg flex-col sm:flex-row"
|
className="flex gap-3 w-full max-w-lg flex-col sm:flex-row"
|
||||||
>
|
>
|
||||||
|
<div className="relative w-full">
|
||||||
<Input
|
<Input
|
||||||
type="email"
|
type="email"
|
||||||
placeholder="Enter your email"
|
placeholder="Enter your email"
|
||||||
@ -130,6 +131,7 @@ export function Hero({ signupCount }: HeroProps) {
|
|||||||
disabled={isSubmitting}
|
disabled={isSubmitting}
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
<Button
|
<Button
|
||||||
type="submit"
|
type="submit"
|
||||||
size="lg"
|
size="lg"
|
||||||
|
Reference in New Issue
Block a user