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 @@
?>
+