Minor update.
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
Michael Lipp 2024-06-04 09:43:27 +02:00
parent fefd2737f3
commit ebead17193

View file

@ -45,7 +45,7 @@
body { body {
background-color:#ffffff; background-color:#ffffff;
color:#353833; color:#353833;
font: normal 16px/1.5 "DejaVu Serif", serif; font: normal 16px/1.5 "DejaVu Sans", Arial, Helvetica, sans-serif;
margin:0; margin:0;
padding:0; padding:0;
height:100%; height:100%;
@ -80,10 +80,12 @@ h2 {
font-size:18px; font-size:18px;
} }
h3 { h3 {
font-size:16px; font-size:17px;
} }
h4 { h4 {
font-size:15px; font-size:16px;
margin-top: 1rem;
margin-bottom: 1rem;
} }
h5 { h5 {
font-size:14px; font-size:14px;