FEATURE Ajout du style pour le composant post-card--article

This commit is contained in:
Nonimart 2025-06-24 16:23:20 +02:00
parent 9a32e669e1
commit 9043c35cc7

View File

@ -0,0 +1,5 @@
.post-card--article {
.post-card__title {
@apply text-2xl;
}
}