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);