deuxième aventure
This commit is contained in:
@@ -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 --- */
|
||||
|
||||
Reference in New Issue
Block a user