fix/layout #11

Merged
mihir merged 2 commits from fix/layout into main 2025-02-14 22:40:40 +05:30
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 56d6548e71 - Show all commits

View File

@ -11,7 +11,7 @@ const WasteImageSection = () => {
container
xs={12}
sx={{
height: "660px",
height: {lg:"660px", xs:'900px'},
marginTop: { lg: 20, xs: 0 },
display: "flex",
justifyContent: "center",