From 709e1aef883ea629305e02261e89a3c9366eea77 Mon Sep 17 00:00:00 2001 From: hardik Date: Thu, 20 Feb 2025 23:33:53 +0530 Subject: [PATCH] fixed background --- src/components/homepage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/homepage.tsx b/src/components/homepage.tsx index af13b3b..883ce19 100644 --- a/src/components/homepage.tsx +++ b/src/components/homepage.tsx @@ -94,7 +94,7 @@ const HomePage: React.FC = () => { xs={12} sx={{ marginTop: "0px", - height: { xs: "432px", lg: "60vh", sm: "417px", md: '400px' }, + height: { xs: "432px", lg: "60vh", sm: "487px", md: '400px' }, width: { lg: "100vw" }, backgroundColor: "white", position: "relative", @@ -102,7 +102,7 @@ const HomePage: React.FC = () => { marginBottom: { xs: "10px", md: "39px", lg: '60px' }, }} > - Gif + Gif -- 2.40.1