fixed padding top on hero section

This commit is contained in:
mr-shortman 2024-12-02 15:12:09 +01:00
parent e30251ef40
commit 42768fbdbe

View File

@ -4,7 +4,7 @@ import Contact from "@/components/setions/contact";
export default function Home() { export default function Home() {
return ( return (
<> <>
<div className="lg:pt-20 w-full"> <div className="pt-20 lg:pt-32 w-full">
<Hero /> <Hero />
</div> </div>
<div className="w-full mt-20 lg:mt-44 space-y-12"> <div className="w-full mt-20 lg:mt-44 space-y-12">