From 3497a9bd45e5338053893c555661fcd225e5fabc Mon Sep 17 00:00:00 2001 From: djanelle-mit Date: Mon, 10 Nov 2025 12:48:53 -0500 Subject: [PATCH] Updated search input heading to be a label and styled to match previous h3 styling --- app/assets/stylesheets/partials/_search.scss | 5 ++++- app/views/search/_form.html.erb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/partials/_search.scss b/app/assets/stylesheets/partials/_search.scss index 77c6620..54c479e 100644 --- a/app/assets/stylesheets/partials/_search.scss +++ b/app/assets/stylesheets/partials/_search.scss @@ -7,9 +7,12 @@ margin: 0; padding-bottom: 24px; - h3 { + label { font-size: 1.8rem; margin-bottom: 12px; + font-weight: $fw-medium; + display: block; + line-height: 1; } .form-wrapper { diff --git a/app/views/search/_form.html.erb b/app/views/search/_form.html.erb index 929993c..7e03bf4 100644 --- a/app/views/search/_form.html.erb +++ b/app/views/search/_form.html.erb @@ -1,5 +1,5 @@