Skip to content

Commit

Permalink
Fix lighthouse interstitial page test (#3407)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar authored Oct 29, 2024
1 parent 9db878b commit adc76ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ layout: ~
"id": "survey-interstitial-page-use-details",
"classes": "ons-u-mb-s",
"title": 'What we mean by "this household"',
"headingLevel": 4,
"button": {
"close": "Hide this"
}
Expand Down
2 changes: 1 addition & 1 deletion src/scss/objects/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

.ons-page__body {
h2:not(.ons-document-list__item-title) {
h2:not(.ons-document-list__item-title, .ons-details__title) {
@extend .ons-u-fs-xl;
}
h3,
Expand Down

0 comments on commit adc76ba

Please sign in to comment.