We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b4166 commit d9f765dCopy full SHA for d9f765d
2 files changed
src/pages/fr/symbiose.astro
@@ -254,7 +254,7 @@ import StatsBar from '../../components/StatsBar.astro';
254
/* Details grid */
255
.details-grid {
256
display: grid;
257
- grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
+ grid-template-columns: repeat(2, 1fr);
258
gap: 1rem;
259
margin-bottom: 1.5rem;
260
}
src/pages/symbiose.astro
@@ -254,7 +254,7 @@ import StatsBar from '../components/StatsBar.astro';
0 commit comments