fix/layout #5
|
|
@ -68,7 +68,7 @@ const HomePage: React.FC = () => {
|
|||
return (
|
||||
<ThemeProvider theme={theme}>
|
||||
<Box>
|
||||
<Grid container sx={{ position: "relative", marginTop: '119px' }}>
|
||||
<Grid container sx={{ position: "relative", marginTop: {lg :'119px' , xs:'65px'} }}>
|
||||
{/* Grid 1 */}
|
||||
<Grid
|
||||
item
|
||||
|
|
|
|||
Loading…
Reference in New Issue