fix/layout #13
|
|
@ -369,7 +369,7 @@ const HomePage: React.FC = () => {
|
||||||
</Box>
|
</Box>
|
||||||
</Grid>
|
</Grid>
|
||||||
{/* mobile only */}
|
{/* mobile only */}
|
||||||
<Grid container spacing={2} rowSpacing={{ xs: 12, sm: 26, md: 40 }}
|
<Grid container spacing={2} rowSpacing={{ xs: 18, sm: 26, md: 40 }}
|
||||||
sx={{
|
sx={{
|
||||||
display: { xs: "flex", md: "flex", lg: 'none' },
|
display: { xs: "flex", md: "flex", lg: 'none' },
|
||||||
backgroundImage: { lg: null, xs: `url(${mobileback})` },
|
backgroundImage: { lg: null, xs: `url(${mobileback})` },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue