deuxième aventure

This commit is contained in:
2026-01-18 16:11:38 +04:00
parent 7009b7a541
commit 0e3a15a482
20 changed files with 729 additions and 20 deletions

View File

@@ -183,10 +183,12 @@ const { title } = Astro.props;
color: #4a4130; /* Texte sombre pour le contraste */
}
.card-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(24ch, 1fr));
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 2rem;
padding: 0;
margin: 0;
}
/* --- Styles pour les Tags --- */