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