From b90dde9f515cc5d13307d158e4503391ff84563f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 23 May 2025 18:07:05 +0200 Subject: [PATCH] REMOVE commented-out styles for title in explore-tags.css to clean up the codebase. --- resources/css/blocks/explore-tags.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/blocks/explore-tags.css b/resources/css/blocks/explore-tags.css index b7ce50b..b8f02a9 100644 --- a/resources/css/blocks/explore-tags.css +++ b/resources/css/blocks/explore-tags.css @@ -5,13 +5,13 @@ @apply flex gap-16 xl:gap-32; } - &__title { + /* &__title { @apply text-base mb-6 font-bold tracking-wider uppercase nunito; } &__subtitle { @apply text-5xl font-normal uppercase; - } + } */ .tag-list { @apply flex gap-8 flex-wrap;