Skip to content

Commit

Permalink
Merge pull request #339 from nationalarchives/fix-h1-headings-line-he…
Browse files Browse the repository at this point in the history
…ight

fix/h1 headings line height was too small for headings of more than o…
  • Loading branch information
lozette authored Sep 1, 2022
2 parents 7dd7061 + f9afca2 commit f9d4f28
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 f9d4f28

Please sign in to comment.