Skip to content

Commit 968a1f3

Browse files
committed
Minor grid spacing fix
1 parent f45755d commit 968a1f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/software/advanced-passgen/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const AdvancedPassGenPage = () => {
285285
</Grid>
286286

287287
<Grid container spacing={2} style={{ marginTop: 10 }}>
288-
<Grid item xs={12} md={3} lg={3}>
288+
<Grid item xs={12} md={4} lg={4}>
289289
<Button
290290
color="primary"
291291
variant="contained"
@@ -295,7 +295,7 @@ const AdvancedPassGenPage = () => {
295295
Requirements
296296
</Button>
297297
</Grid>
298-
<Grid item xs={12} md={3} lg={3}>
298+
<Grid item xs={12} md={4} lg={4}>
299299
<Button
300300
color="primary"
301301
variant="contained"
@@ -306,7 +306,7 @@ const AdvancedPassGenPage = () => {
306306
License
307307
</Button>
308308
</Grid>
309-
<Grid item xs={12} md={3} lg={3}>
309+
<Grid item xs={12} md={4} lg={4}>
310310
<Button
311311
color="primary"
312312
variant="contained"

0 commit comments

Comments
 (0)