Skip to content

Commit

Permalink
Update typography.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Man-of-Dale authored Jun 28, 2023
1 parent 384db87 commit d316a51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/global/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* -----------------------------------------------------------------------------
*/
h1 {
font-size: 2em;
font-size: 4em;
font-weight: var(--font-weight-heading);
letter-spacing: -1.25px;
margin: 0 0 var(--spacing-m) 0;
word-break: break-word;
}

h2 {
font-size: 1.5em;
font-size: 3.0em;
font-weight: var(--font-weight-body);
letter-spacing: -0.5px;
margin: 0;
Expand All @@ -21,4 +21,4 @@ h2 {
p {
font-size: 1.2em;
line-height: 1.4;
}
}

0 comments on commit d316a51

Please sign in to comment.