STYLE FIX font size for tag

This commit is contained in:
Nonimart 2025-09-30 16:47:38 +02:00
parent d359aa43d8
commit d2f8980b43

View File

@ -9,7 +9,7 @@
@apply flex gap-8 flex-wrap;
&__tag {
@apply text-lg font-normal border border-primary p-4 h-fit flex items-center gap-2;
@apply text-xl font-normal border border-primary p-4 h-fit flex items-center gap-2;
svg {
transition: transform 0.3s ease-in-out;
@apply w-8 h-8;