CSS: fix heading bottom padding.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2021-12-30 10:14:23 +00:00
parent cfba8e4c59
commit ae78770474
1 changed files with 5 additions and 5 deletions

View File

@ -42,13 +42,13 @@ h1, h2, h3, h4, h5, h6, h7, h8 {
h1, h2, h3, h4 {
font-family: 'robotolight',Arial,Helvetica Neue,Helvetica,sans-serif;
line-height: 1.5;
line-height: 1.3;
font-weight: 100;
}
h5, h6, h7, h8 {
font-family: 'robotomedium',Arial,Helvetica Neue,Helvetica,sans-serif;
line-height: 1.5;
line-height: 1.3;
font-weight: 125;
}
@ -82,17 +82,17 @@ h5 {
h6 {
font-size: 1.3rem;
line-height: 1.3;
bottom-padding: 2rem;
}
h7 {
font-size: 1.25rem;
line-height: 2.5;
bottom-padding: 2rem;
}
h8 {
font-size: 1.2rem;
line-height: 2.5;
bottom-padding: 2rem;
}
blockquote {