Skip to content

Commit d79a4e8

Browse files
committed
Increase hero margin
1 parent 3a4cabb commit d79a4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Index/Hero.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Hero = () => {
77

88
<section
99
id="hero"
10-
className="flex w-full pt-12 mx-auto mt-32 bg-right bg-cover md:pt-0 md:items-center"
10+
className="flex w-full pt-12 mx-auto mt-40 bg-right bg-cover md:pt-0 md:items-center"
1111
>
1212
<div className="container mx-auto">
1313
<div className="flex flex-col items-start justify-center w-full px-6 tracking-wide lg:w-1/2">

0 commit comments

Comments
 (0)