fix: width issue

This commit is contained in:
Kinfe123 2024-06-22 03:09:54 +03:00
parent 5c1927c688
commit bd86bb111a

View file

@ -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>