STYLE reducing line-height for thematique-tags
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-10-27 16:00:03 +01:00
parent 32e2bc264b
commit dbe382be73

View File

@ -3,6 +3,7 @@
} }
.thematique-tag { .thematique-tag {
@apply tag; @apply tag;
line-height: 1.3;
} }
.post-type-tag { .post-type-tag {
@apply tag bg-secondary-light text-secondary; @apply tag bg-secondary-light text-secondary;