Skip to content

Commit b6024dc

Browse files
committed
Test Hero width
1 parent 37b9b4d commit b6024dc

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
@@ -34,7 +34,7 @@ const Hero = ({ content }: IContent) => (
3434
className="relative flex flex-col justify-center text-lg h-[26rem] md:h-[28.125rem] overflow-hidden"
3535
>
3636
<div
37-
className="absolute inset-0 w-full h-full md:hidden bg-cover bg-center bg-no-repeat -mt-2 mb-10"
37+
className="absolute inset-0 w-64 h-full md:hidden bg-cover bg-center bg-no-repeat -mt-2 mb-10"
3838
style={{ backgroundImage: "url('/images/mobilbg.jpg')" }}
3939
></div>
4040
<div className="hidden md:block absolute inset-0 w-full h-full">

0 commit comments

Comments
 (0)