STYLE add flex layout and gap to article tags for improved spacing

This commit is contained in:
Antoine M 2025-05-23 18:04:16 +02:00
parent c6b059f621
commit 961e727631

View File

@ -5,3 +5,6 @@
@apply bg-primary text-white;
}
}
.article-tags {
@apply flex gap-2;
}