Compare commits

...

2 Commits

Author SHA1 Message Date
Mihir Motiyani 0317afe2d8 Merge pull request 'fixed background' (#29) from fix/tabview into main
continuous-integration/drone/push Build is passing Details
Reviewed-on: #29
2025-02-20 23:37:55 +05:30
hardik 709e1aef88 fixed background
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is passing Details
2025-02-20 23:36:17 +05:30
1 changed files with 2 additions and 2 deletions

View File

@ -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' },
}}
>
<img src={loopgif} alt="Gif" style={{ width: "100%", height: '400px' }} />
<img src={loopgif} alt="Gif" style={{ width: "100%", height: '480px' }} />
</Grid>