Skip to content

Commit

Permalink
Converts the lower headers of static page to 48px #586.
Browse files Browse the repository at this point in the history
1. _static_headers.scss: matches the top header font size.
  • Loading branch information
bwatson78 committed May 19, 2020
1 parent c359bf8 commit 30f92bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/assets/stylesheets/lux/_static_headers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ div.row.static-heading-row {
}

h2.static-blurb-header {
font: normal normal $h4-font-size/normal $font-family-serif;
color: $base-blue;
margin-block-start: map-get($spacers, 4);
margin-block-end: map-get($spacers, 3);
font: normal normal $h1-show-font-size/normal $font-family-serif;
color: $base-blue;
margin-block-start: map-get($spacers, 4);
margin-block-end: map-get($spacers, 3);
}

0 comments on commit 30f92bb

Please sign in to comment.