Skip to content

Commit

Permalink
Update search.css
Browse files Browse the repository at this point in the history
Styles for if/when number-of-results becomes an h2
  • Loading branch information
mel-miller committed Oct 2, 2023
1 parent 1823888 commit e7d4fae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/styles/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e7d4fae

Please sign in to comment.