css: Reduce page h2 line-height

pull/9841/head
Benedikt Werner 2021-09-19 15:27:59 +02:00
parent eb4941bdd3
commit 97694606d1
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
2 changed files with 8 additions and 5 deletions

View File

@ -3,9 +3,10 @@
font-size: 1.1em;
h2 {
margin: 1.3em 0 0.5em 0;
margin: 1.8em 0 0.5em 0;
border-bottom: 1px solid $c-brag;
line-height: 2.5em;
line-height: 1.5em;
padding-bottom: 0.5em;
}
p,
@ -32,7 +33,8 @@
@extend %roboto;
font-size: 1.5em;
line-height: 2.5em;
line-height: 1.5em;
margin-top: 1.3em;
}
h4 {

View File

@ -52,9 +52,10 @@
}
h2 {
margin-top: 1.3em;
margin-top: 1.8em;
border-bottom: 1px solid $c-brag;
line-height: 2.5em;
line-height: 1.5em;
padding-bottom: 0.5em;
}
h3 {