We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad2475 commit 34b4166Copy full SHA for 34b4166
2 files changed
src/pages/fr/ia.astro
@@ -394,7 +394,7 @@ import StatsBar from '../../components/StatsBar.astro';
394
/* API cards */
395
.api-grid {
396
display: grid;
397
- grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
+ grid-template-columns: repeat(3, 1fr);
398
gap: 1rem;
399
}
400
src/pages/ia.astro
@@ -394,7 +394,7 @@ import StatsBar from '../components/StatsBar.astro';
0 commit comments