From 12424ed05aecc227b8a50c562a13552f8eb8a3a8 Mon Sep 17 00:00:00 2001 From: jazairi <16103405+jazairi@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:43:13 -0400 Subject: [PATCH] Reduce font size of markers --- app/assets/stylesheets/partials/_results.scss | 5 ++--- app/views/search/results.html.erb | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/partials/_results.scss b/app/assets/stylesheets/partials/_results.scss index ff3acf11..4bba8398 100644 --- a/app/assets/stylesheets/partials/_results.scss +++ b/app/assets/stylesheets/partials/_results.scss @@ -46,14 +46,13 @@ font-size: $fs-small; &::marker { - font-size: 2.5rem; - line-height: 1.1; + font-size: 2rem; font-weight: $fw-bold; } .record-title { font-size: 2.5rem; - line-height: 1.2; + line-height: 1.1; } &:hover, diff --git a/app/views/search/results.html.erb b/app/views/search/results.html.erb index 74ce1dfb..7509fdf1 100644 --- a/app/views/search/results.html.erb +++ b/app/views/search/results.html.erb @@ -41,13 +41,13 @@
<% if @results.present? %>

<%= results_summary(@pagination[:hits]) %> returned

- + <% else %>

No results found for your search