STYLE Introducing styles

This commit is contained in:
Antoine 2025-05-12 16:49:44 +02:00
parent 6bb36a9b9d
commit 3b9ced440c

View File

@ -0,0 +1,10 @@
.article-card {
@apply bg-white border border-primary p-4;
&__title {
@apply text-3xl font-medium uppercase pb-4;
}
&__tags {
@apply flex flex-wrap gap-4 pt-4;
}
}