removed margin
This commit is contained in:
parent
b8528e1ac2
commit
9442479f21
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue