diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/app/(landing)/Cta.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(landing)/Cta.tsx b/apps/web/app/(landing)/Cta.tsx index 6eeae084..fc86b388 100644 --- a/apps/web/app/(landing)/Cta.tsx +++ b/apps/web/app/(landing)/Cta.tsx @@ -46,7 +46,7 @@ function Cta() { <p className="z-20 text-center text-lg"> Sign up for the waitlist and be the first to try Supermemory </p> - <div className="md:w-1/2 lg:w-3/4 mx-auto"> + <div className="w-full lg:w-3/4 mx-auto"> <EmailInput /> </div> </section> |