diff --git a/app/assets/stylesheets/partials/_results.scss b/app/assets/stylesheets/partials/_results.scss index 675b9fc8..e80196b2 100644 --- a/app/assets/stylesheets/partials/_results.scss +++ b/app/assets/stylesheets/partials/_results.scss @@ -261,6 +261,7 @@ font-size: 1.6rem; line-height: $lh-xloose; margin: 0; + margin-bottom: 2em; max-width: 760px; a { diff --git a/app/views/search/results.html.erb b/app/views/search/results.html.erb index c036db64..7af1e01b 100644 --- a/app/views/search/results.html.erb +++ b/app/views/search/results.html.erb @@ -31,6 +31,7 @@ <% end %> <% end %> + <%# Note `results_callouts` is also displayed in no errors condition below %> <%= render partial: "results_callouts" %> <%= render partial: "results_sidebar" %> @@ -42,6 +43,9 @@