Skip to content

Commit b129eed

Browse files
committed
Fix grid for landing page cards
1 parent 14b206a commit b129eed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/react-renderer-demo/src/components/landing-page/landing-page-cards.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ const LandingPageCards = () => {
265265
</a>
266266
</RouterLink>
267267
</Grid>
268-
<Grid item xs={6} md={3} xl={2}>
268+
<Grid item xs={6} md={4} xl={2}>
269269
<Typography variant="h6" className={classes.textBottom}>
270270
BlueprintJS
271271
</Typography>
@@ -275,7 +275,7 @@ const LandingPageCards = () => {
275275
</a>
276276
</RouterLink>
277277
</Grid>
278-
<Grid item xs={6} md={3} xl={2}>
278+
<Grid item xs={6} md={4} xl={2}>
279279
<Typography variant="h6" className={classes.textBottom}>
280280
Semantic UI
281281
</Typography>
@@ -285,7 +285,7 @@ const LandingPageCards = () => {
285285
</a>
286286
</RouterLink>
287287
</Grid>
288-
<Grid item xs={6} md={3} xl={2}>
288+
<Grid item xs={6} md={4} xl={2}>
289289
<Typography variant="h6" className={classes.textBottom}>
290290
Ant Design
291291
</Typography>
@@ -295,7 +295,7 @@ const LandingPageCards = () => {
295295
</a>
296296
</RouterLink>
297297
</Grid>
298-
<Grid item xs={12} md={3} xl={12}>
298+
<Grid item xs={6} md={4} xl={2}>
299299
<Typography variant="h6" className={classes.textBottom}>
300300
Carbon Design System
301301
</Typography>
@@ -305,7 +305,7 @@ const LandingPageCards = () => {
305305
</a>
306306
</RouterLink>
307307
</Grid>
308-
<Grid item xs={12} md={8}>
308+
<Grid item xs={8} md={8} xl={8}>
309309
<Typography variant="body2" gutterBottom className={classes.mappersText}>
310310
This list represents a set of provided mappers. Each mapper brings all basic form components from its design system. You can
311311
immediately use form inputs such as text fields, selects, radios, checkboxes or wizards. However, this selection does not limit you as

0 commit comments

Comments
 (0)