Skip to content

Commit

Permalink
Updated scss to only target h2 on privacy policy page (#4945)
Browse files Browse the repository at this point in the history
* updated scss to only target h2 on privacy policy page

* updated stylelintrc per reviewer request

* updated stylelintrc to extend scss config

* removed scss config from stylelintrc

* Remove changes to .stylelintrc.json
  • Loading branch information
angelenelm authored Jul 21, 2023
1 parent d97350a commit a708b50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _sass/components/_privacy-policy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@
.page-card--privacy-policy {
padding: 36px 57px;
}
h2 {
margin-top: 48px;
.content-section--privacy-policy {
h2 {
margin-top: 48px;
}
}
}

Expand Down

0 comments on commit a708b50

Please sign in to comment.