@@ -265,7 +265,7 @@ const LandingPageCards = () => {
265
265
</ a >
266
266
</ RouterLink >
267
267
</ Grid >
268
- < Grid item xs = { 6 } md = { 3 } xl = { 2 } >
268
+ < Grid item xs = { 6 } md = { 4 } xl = { 2 } >
269
269
< Typography variant = "h6" className = { classes . textBottom } >
270
270
BlueprintJS
271
271
</ Typography >
@@ -275,7 +275,7 @@ const LandingPageCards = () => {
275
275
</ a >
276
276
</ RouterLink >
277
277
</ Grid >
278
- < Grid item xs = { 6 } md = { 3 } xl = { 2 } >
278
+ < Grid item xs = { 6 } md = { 4 } xl = { 2 } >
279
279
< Typography variant = "h6" className = { classes . textBottom } >
280
280
Semantic UI
281
281
</ Typography >
@@ -285,7 +285,7 @@ const LandingPageCards = () => {
285
285
</ a >
286
286
</ RouterLink >
287
287
</ Grid >
288
- < Grid item xs = { 6 } md = { 3 } xl = { 2 } >
288
+ < Grid item xs = { 6 } md = { 4 } xl = { 2 } >
289
289
< Typography variant = "h6" className = { classes . textBottom } >
290
290
Ant Design
291
291
</ Typography >
@@ -295,7 +295,7 @@ const LandingPageCards = () => {
295
295
</ a >
296
296
</ RouterLink >
297
297
</ Grid >
298
- < Grid item xs = { 12 } md = { 3 } xl = { 12 } >
298
+ < Grid item xs = { 6 } md = { 4 } xl = { 2 } >
299
299
< Typography variant = "h6" className = { classes . textBottom } >
300
300
Carbon Design System
301
301
</ Typography >
@@ -305,7 +305,7 @@ const LandingPageCards = () => {
305
305
</ a >
306
306
</ RouterLink >
307
307
</ Grid >
308
- < Grid item xs = { 12 } md = { 8 } >
308
+ < Grid item xs = { 8 } md = { 8 } xl = { 8 } >
309
309
< Typography variant = "body2" gutterBottom className = { classes . mappersText } >
310
310
This list represents a set of provided mappers. Each mapper brings all basic form components from its design system. You can
311
311
immediately use form inputs such as text fields, selects, radios, checkboxes or wizards. However, this selection does not limit you as
0 commit comments