From 4ef1815a4d649139e82879425d03fada01a27f37 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Wed, 15 Oct 2025 15:27:43 +0200 Subject: [PATCH] FEATURE refining search results aspects --- resources/css/pages/search-results.css | 5 +++++ search.php | 3 +++ single-revues.php | 3 +-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/resources/css/pages/search-results.css b/resources/css/pages/search-results.css index 3da4bea..b364205 100644 --- a/resources/css/pages/search-results.css +++ b/resources/css/pages/search-results.css @@ -38,6 +38,7 @@ @apply transition-shadow hover:shadow-lg; &__title { + @apply text-xl !mb-2; line-height: 1.2; } @@ -61,6 +62,10 @@ @apply hover:underline; } + &__parution-date { + @apply block text-lg font-normal text-primary !mb-4; + } + .search-highlight { @apply text-primary bg-carhop-green-50 font-bold; } diff --git a/search.php b/search.php index f04b75d..7f8740a 100644 --- a/search.php +++ b/search.php @@ -56,6 +56,9 @@ ?> + + +
diff --git a/single-revues.php b/single-revues.php index 3d7932c..31ba03d 100644 --- a/single-revues.php +++ b/single-revues.php @@ -22,11 +22,10 @@ $articles = get_field('articles', $current_issue->ID);