Skip to content

Commit

Permalink
make the business line font size sync with figma
Browse files Browse the repository at this point in the history
  • Loading branch information
weiwang-gsa committed Jun 29, 2023
1 parent 095a279 commit abddb1b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion public/styles/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/styles/styles.css.map

Large diffs are not rendered by default.

15 changes: 10 additions & 5 deletions sass/_components/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,20 @@
display:flex;
align-items: center;
}
.usa-graphic-list{
font-size: 1em;
}

.usa-section--dark{
line-height: line-height('body', 6);
color: white;
background-color: color('primary-dark');
h2, h3 {
line-height: line-height('body', 6);
color: white;
}
background-color: color('primary-dark');
h2, h3 {
color: white;
}
}


// based on new design, h1-h3 are using Merriweather and use base darkest color
h1, h2, h3{
font-family: family('serif');
Expand Down
2 changes: 1 addition & 1 deletion src/components/Businesslines.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import yellowcard from "../assets/images/yellow-card.svg"
<div class="grid-row grid-gap margin-bottom-4">
<div class="tablet:grid-col-6">
<div class="padding-left-1">
<h2>Business lines</h2>
<h2>Business Lines</h2>
</div>
</div>
<div class="tablet:grid-col-6 align-items-center">
Expand Down

0 comments on commit abddb1b

Please sign in to comment.