fix/layout #5

Merged
mihir merged 2 commits from fix/layout into main 2025-02-14 00:09:38 +05:30
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9442479f21 - Show all commits

View File

@ -68,7 +68,7 @@ const HomePage: React.FC = () => {
return ( return (
<ThemeProvider theme={theme}> <ThemeProvider theme={theme}>
<Box> <Box>
<Grid container sx={{ position: "relative", marginTop: '119px' }}> <Grid container sx={{ position: "relative", marginTop: {lg :'119px' , xs:'65px'} }}>
{/* Grid 1 */} {/* Grid 1 */}
<Grid <Grid
item item