fix/layout #11
|
|
@ -11,7 +11,7 @@ const WasteImageSection = () => {
|
||||||
container
|
container
|
||||||
xs={12}
|
xs={12}
|
||||||
sx={{
|
sx={{
|
||||||
height: "660px",
|
height: {lg:"660px", xs:'900px'},
|
||||||
marginTop: { lg: 20, xs: 0 },
|
marginTop: { lg: 20, xs: 0 },
|
||||||
display: "flex",
|
display: "flex",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue