From b6e758682a4b0c9c60b2fb64308e7f5769ced836 Mon Sep 17 00:00:00 2001 From: Colin B Date: Wed, 27 Mar 2024 17:15:00 +0000 Subject: [PATCH] remove extra padding --- app/static/src/scss/includes/_search-results-summary.scss | 6 ++++++ app/templates/main/no-results-found.html | 2 +- app/templates/main/search-results-summary.html | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/static/src/scss/includes/_search-results-summary.scss b/app/static/src/scss/includes/_search-results-summary.scss index 84ea86dd..867576f8 100644 --- a/app/static/src/scss/includes/_search-results-summary.scss +++ b/app/static/src/scss/includes/_search-results-summary.scss @@ -11,6 +11,12 @@ } } +.govuk-grid-column-two-thirds { + &__search-results-summary { + padding: 0; + } +} + .govuk-table__cell { &--results-summary { font-size: 1rem; diff --git a/app/templates/main/no-results-found.html b/app/templates/main/no-results-found.html index 68a7a264..2682ef3f 100644 --- a/app/templates/main/no-results-found.html +++ b/app/templates/main/no-results-found.html @@ -1,6 +1,6 @@
-
+

Help with your search

  • diff --git a/app/templates/main/search-results-summary.html b/app/templates/main/search-results-summary.html index 4c437502..c4eb491e 100644 --- a/app/templates/main/search-results-summary.html +++ b/app/templates/main/search-results-summary.html @@ -25,7 +25,7 @@ {% include "breadcrumb.html" %} {% endwith %} {% if num_records_found > 0 %} -
    +