Compare commits
2 Commits
2556a0754e
...
0317afe2d8
| Author | SHA1 | Date |
|---|---|---|
|
|
0317afe2d8 | |
|
|
709e1aef88 |
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue