From 2d10576d50752b181f7362856d27f29633cb1035 Mon Sep 17 00:00:00 2001 From: Gabriel Diniz Date: Sun, 7 Apr 2024 16:07:02 -0400 Subject: [PATCH] [Update] add w-full --- src/components/sections/Contact.section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/Contact.section.tsx b/src/components/sections/Contact.section.tsx index 4ab4a16b..ba5c4039 100644 --- a/src/components/sections/Contact.section.tsx +++ b/src/components/sections/Contact.section.tsx @@ -62,7 +62,7 @@ const ContactSection: React.FC = () => { src={MiddleBody} className="z-0 h-[300px] w-full object-cover sm:h-[350px] md:h-[400px] lg:h-[700px]" /> - + ); };