14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
|
|
<Grid container spacing={2} sx={{ flexGrow: 1 }}>
|
||
|
|
<Grid size={{ xs: 6, md: 8 }}>
|
||
|
|
<Item>xs=6 md=8</Item>
|
||
|
|
</Grid>
|
||
|
|
<Grid size={{ xs: 6, md: 4 }}>
|
||
|
|
<Item>xs=6 md=4</Item>
|
||
|
|
</Grid>
|
||
|
|
<Grid size={{ xs: 6, md: 4 }}>
|
||
|
|
<Item>xs=6 md=4</Item>
|
||
|
|
</Grid>
|
||
|
|
<Grid size={{ xs: 6, md: 8 }}>
|
||
|
|
<Item>xs=6 md=8</Item>
|
||
|
|
</Grid>
|
||
|
|
</Grid>
|