Skip to content

Commit

Permalink
Merge pull request #151 from ChtiJS/styles-correction
Browse files Browse the repository at this point in the history
Fix font-weight typo in h2 and h3 styles
  • Loading branch information
nfroidure authored Dec 12, 2023
2 parents 52ef9b9 + 8f91276 commit e901923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/h2.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
font-family: var(--headingFont);
font-size: var(--greatFontSize);
line-height: var(--greatLineHeight);
font-weigth: normal;
font-weight: normal;
margin: var(--vRythm) 0 0 0;
}
4 changes: 2 additions & 2 deletions src/components/h3.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
font-size: var(--bigFontSize);
line-height: var(--bigLineHeight);
text-decoration: underline;
font-weigth: normal;
font-weight: normal;
margin: var(--vRythm) 0 0 0;
}
}

0 comments on commit e901923

Please sign in to comment.