Skip to content

Commit

Permalink
Adjust line height and margins for h1
Browse files Browse the repository at this point in the history
  • Loading branch information
qitianshi committed Aug 13, 2023
1 parent 1d9e21d commit e391984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_sass/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ h1 {

font-family: var.$heading-font-family;
font-size: 2.6rem;
line-height: 0.85em;
margin: 1.7em 0 0.85em;
line-height: 0.9em;
margin: 1.8em 0 1rem;

// Adds an accent color beneath the text
border-bottom: 2px solid;
Expand Down

0 comments on commit e391984

Please sign in to comment.