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