fixed background #29

Merged
mihir merged 1 commits from fix/tabview into main 2025-02-20 23:37:56 +05:30
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ const HomePage: React.FC = () => {
xs={12} xs={12}
sx={{ sx={{
marginTop: "0px", marginTop: "0px",
height: { xs: "432px", lg: "60vh", sm: "417px", md: '400px' }, height: { xs: "432px", lg: "60vh", sm: "487px", md: '400px' },
width: { lg: "100vw" }, width: { lg: "100vw" },
backgroundColor: "white", backgroundColor: "white",
position: "relative", position: "relative",
@ -102,7 +102,7 @@ const HomePage: React.FC = () => {
marginBottom: { xs: "10px", md: "39px", lg: '60px' }, marginBottom: { xs: "10px", md: "39px", lg: '60px' },
}} }}
> >
<img src={loopgif} alt="Gif" style={{ width: "100%", height: '400px' }} /> <img src={loopgif} alt="Gif" style={{ width: "100%", height: '480px' }} />
</Grid> </Grid>