fix/layout #13
|
|
@ -369,7 +369,7 @@ const HomePage: React.FC = () => {
|
|||
</Box>
|
||||
</Grid>
|
||||
{/* 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={{
|
||||
display: { xs: "flex", md: "flex", lg: 'none' },
|
||||
backgroundImage: { lg: null, xs: `url(${mobileback})` },
|
||||
|
|
|
|||
Loading…
Reference in New Issue