Skip to content

Commit

Permalink
Merge pull request #729 from sadiejay/site-wide-updates
Browse files Browse the repository at this point in the history
Adjusts font size + line height for h1 & subtitle
  • Loading branch information
sadiejay authored Oct 17, 2023
2 parents 2aacf02 + e749394 commit b19f8be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3137,7 +3137,7 @@ code {

h1 {
font-size: 16px;
line-height: 14px;
line-height: 22px;

@include at-media("tablet") {
font-size: 24px;
Expand All @@ -3151,8 +3151,8 @@ code {
}

.usa-hero__subtitle {
font-size: 8px;
line-height: 12px;
font-size: 14px;
line-height: 16px;

@include at-media("tablet") {
font-size: 14px;
Expand All @@ -3167,7 +3167,7 @@ code {

h2 {
font-size: 16px;
line-height: 21px;
line-height: 22px;

@include at-media("tablet") {
font-size: 32px;
Expand Down

0 comments on commit b19f8be

Please sign in to comment.