Skip to content

Commit

Permalink
match spacing of anchor headings on guide pages (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-lawton authored Aug 14, 2024
1 parent aa9c0bd commit a163dfd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rca/static_src/sass/components/streamfield.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@
margin-bottom: ($gutter * 1.5);
}
}

.app--guide & {
// Match spacing of anchor headings on guide pages
&__heading {
padding-top: ($gutter * 3.5);

@include media-query(large) {
padding-top: ($gutter * 6);
}
}
}
}

0 comments on commit a163dfd

Please sign in to comment.