STYLE Add new CSS styles for post card component

This commit is contained in:
Antoine 2025-05-12 16:30:50 +02:00
parent 3a9b51c651
commit ae320e95c4

View File

@ -0,0 +1,9 @@
.post-card-dbmod {
&__title {
@apply text-2xl font-bold;
}
&__details {
@apply text-sm text-gray-500;
}
}