[website,#778][xs]: fix email input width

This commit is contained in:
deme
2023-04-21 11:31:45 -03:00
parent 17e7434c97
commit c0d35fe530

View File

@@ -32,7 +32,10 @@ export function Hero() {
const el = useRef(null); const el = useRef(null);
return ( return (
<div className="overflow-hidden -mb-32 mt-[-4.5rem] pb-32 pt-[4.5rem] lg:mt-[-4.75rem] lg:pt-[4.75rem]" id="hero"> <div
className="overflow-hidden -mb-32 mt-[-4.5rem] pb-32 pt-[4.5rem] lg:mt-[-4.75rem] lg:pt-[4.75rem]"
id="hero"
>
<div className="py-16 sm:px-2 lg:relative lg:py-20 lg:px-0"> <div className="py-16 sm:px-2 lg:relative lg:py-20 lg:px-0">
{/* Commented code on line 37, 39 and 113 will reenable the two columns hero */} {/* Commented code on line 37, 39 and 113 will reenable the two columns hero */}
{/* <div className="mx-auto grid max-w-2xl grid-cols-1 items-center gap-y-16 gap-x-8 px-4 lg:max-w-8xl lg:grid-cols-2 lg:px-8 xl:gap-x-16 xl:px-12"> */} {/* <div className="mx-auto grid max-w-2xl grid-cols-1 items-center gap-y-16 gap-x-8 px-4 lg:max-w-8xl lg:grid-cols-2 lg:px-8 xl:gap-x-16 xl:px-12"> */}
@@ -50,7 +53,9 @@ export function Hero() {
present a single dataset or build a full-scale data present a single dataset or build a full-scale data
catalog/portal. catalog/portal.
</p> </p>
<NewsletterForm /> <div className="md:max-w-md mx-auto">
<NewsletterForm />
</div>
<p className="my-10 text-l tracking-wide"> <p className="my-10 text-l tracking-wide">
<span>A project of</span> <span>A project of</span>
<a <a