mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-11 17:44:19 +00:00
fix: width issue
This commit is contained in:
parent
5c1927c688
commit
bd86bb111a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue