fix an issue with long titles

This commit is contained in:
Yann Esposito (Yogsototh) 2019-08-24 15:56:49 +02:00
parent a26a94d57b
commit 98f6e89697
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 3 additions and 0 deletions

View File

@ -429,6 +429,7 @@ input#modern:checked ~ .main h2 {
font-family: "Hoefler Text", Georgia, serif;
font-style: italic;
font-size: 2em;
line-height: 1.5em;
margin: 1em 0;
}
@ -442,11 +443,13 @@ input#modern:checked ~ .main h5,
input#modern:checked ~ .main h6 {
font-weight: 200;
font-size: 1.5em;
line-height: 1.5em;
margin: 1em 0;
}
input#modern:target ~ .main #preamble h1,
input#modern:checked ~ .main #preamble h1 {
font-size: 4em;
line-height: 1.5em;
}
input#modern:target ~ .main h1::before,
input#modern:target ~ .main h2::before,