cleared grid error in home.tsx
This commit is contained in:
@@ -98,7 +98,6 @@ export default function Home() {
|
|||||||
</Typography>
|
</Typography>
|
||||||
<Grid container spacing={3} justifyContent="center">
|
<Grid container spacing={3} justifyContent="center">
|
||||||
{services.core.map((s) => (
|
{services.core.map((s) => (
|
||||||
<Grid item xs={12} sm={6} md={4} key={s.name}>
|
|
||||||
<Paper
|
<Paper
|
||||||
elevation={3}
|
elevation={3}
|
||||||
sx={{
|
sx={{
|
||||||
@@ -121,7 +120,6 @@ export default function Home() {
|
|||||||
{s.desc}
|
{s.desc}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Paper>
|
</Paper>
|
||||||
</Grid>
|
|
||||||
))}
|
))}
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
@@ -134,7 +132,6 @@ export default function Home() {
|
|||||||
</Typography>
|
</Typography>
|
||||||
<Grid container spacing={3} justifyContent="center">
|
<Grid container spacing={3} justifyContent="center">
|
||||||
{services.media.map((s) => (
|
{services.media.map((s) => (
|
||||||
<Grid component="div" item xs={12} sm={6} md={4} key={s.name}>
|
|
||||||
<Paper
|
<Paper
|
||||||
elevation={3}
|
elevation={3}
|
||||||
sx={{
|
sx={{
|
||||||
@@ -157,7 +154,6 @@ export default function Home() {
|
|||||||
{s.desc}
|
{s.desc}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Paper>
|
</Paper>
|
||||||
</Grid>
|
|
||||||
))}
|
))}
|
||||||
</Grid>
|
</Grid>
|
||||||
</Container>
|
</Container>
|
||||||
|
Reference in New Issue
Block a user