Skip to content

Commit 250dbe6

Browse files
committed
Update Hero.component.tsx
1 parent 87a7892 commit 250dbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Index/Hero.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
const Hero = () => (
77
<section
88
id="hero"
9-
className="flex w-full mx-auto bg-right bg-cover mt-14 md:pt-0 md:items-center bg-hero-background h-[24rem]"
9+
className="flex w-full mx-auto bg-right bg-cover mt-14 md:pt-0 md:items-center bg-hero-background h-[24rem] lg:max-w-[1490px]"
1010
>
1111
<div className="container mx-auto">
1212
<div className="flex flex-col items-start justify-center w-full px-6 tracking-wide lg:w-1/2">

0 commit comments

Comments
 (0)