Skip to content

Commit

Permalink
Adjusts size for h2
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiejay committed Oct 17, 2023
1 parent f40b996 commit 222ad3b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions css/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3165,6 +3165,21 @@ code {
}
}

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

@include at-media("tablet") {
font-size: 32px;
line-height: 22px;
}

@include at-media("desktop") {
font-size: 48px;
line-height: 36px;
}
}

.cta-one {
font-size: 8px;
line-height: 9.37px;
Expand Down

0 comments on commit 222ad3b

Please sign in to comment.