fix/layout #13

Merged
mihir merged 2 commits from fix/layout into main 2025-02-16 12:09:41 +05:30
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 106773f069 - Show all commits

View File

@ -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})` },