removed margin
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
hardik 2025-02-14 00:08:17 +05:30
parent b8528e1ac2
commit 9442479f21
1 changed files with 1 additions and 1 deletions

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