theme: fix size of chapter heading #289

This commit is contained in:
Sören Weber 2022-07-03 00:26:02 +02:00
parent 3b2538a303
commit a4e562c17e
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -70,7 +70,7 @@ body #body-inner .chapter h1 {
} }
@media only screen and (max-width: 47.938em) { @media only screen and (max-width: 47.938em) {
body #body-inner .chapter h1 { body #body-inner .chapter h1 {
font-size: 2rem; font-size: 2.5rem;
} }
} }