From dbe382be73ca30171a499c5407c26226fe596a60 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Mon, 27 Oct 2025 16:00:03 +0100 Subject: [PATCH] STYLE reducing line-height for thematique-tags --- resources/css/components/tags.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/css/components/tags.css b/resources/css/components/tags.css index 3f4c1ae..b94c68b 100644 --- a/resources/css/components/tags.css +++ b/resources/css/components/tags.css @@ -3,6 +3,7 @@ } .thematique-tag { @apply tag; + line-height: 1.3; } .post-type-tag { @apply tag bg-secondary-light text-secondary;