We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66f55e8 + 4c0ea3c commit 3bdb4e1Copy full SHA for 3bdb4e1
1 file changed
src/pages/index.module.css
@@ -406,12 +406,15 @@
406
}
407
408
.featuresGrid {
409
- display: grid;
410
- grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ display: flex;
+ flex-wrap: wrap;
411
+ justify-content: center;
412
gap: 1.5rem;
413
414
415
.featureCard {
416
+ flex: 1 1 300px;
417
+ max-width: 400px;
418
padding: 1.75rem;
419
background: #fafafa;
420
border: 1px solid #e4e4e7;
@@ -607,7 +610,7 @@
607
610
608
611
609
612
- grid-template-columns: 1fr;
613
+ flex-direction: column;
614
615
616
.protocolGrid {
0 commit comments