Skip to content

Commit

Permalink
fix/h1 headings line height was too small for headings of more than o…
Browse files Browse the repository at this point in the history
…ne line
  • Loading branch information
Terry-Price committed Sep 1, 2022
1 parent 7dd7061 commit f9afca2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
max-width: 30rem;
}

margin-top: calc($spacer__unit * 5);
margin-top: calc($spacer__unit * 4);
margin-bottom: calc($spacer__unit * 8);
min-height: 18rem;

Expand All @@ -20,6 +20,7 @@
h1 {
font-size: 2.2rem;
margin: 0 0 calc($spacer__unit * 2);
line-height: 2.8rem;
}

h2 {
Expand Down

0 comments on commit f9afca2

Please sign in to comment.