From e7d4fae2871efe7bd69e72fecb7d6530185072ec Mon Sep 17 00:00:00 2001 From: M Miller Date: Sun, 1 Oct 2023 19:00:15 -0700 Subject: [PATCH] Update search.css Styles for if/when number-of-results becomes an h2 --- src/pages/styles/search.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/styles/search.css b/src/pages/styles/search.css index 4aa2523b45..6f5dc02fde 100644 --- a/src/pages/styles/search.css +++ b/src/pages/styles/search.css @@ -5,7 +5,9 @@ padding-block: var(--pds-spacing-l); } -.addsearch-searchresults-no-results h2 { +.addsearch-searchresults-no-results h2, +.addsearch-searchresults .number-of-results, +.addsearch-searchresults .number-of-results h2 { font-size: var(--pds-typography-size-m); font-weight: var(--pds-typography-font-weight-regular); padding-block: var(--pds-spacing-l);