contrib/html.sh: increase default line height

This commit is contained in:
Christian Hesse 2025-11-10 11:30:49 +01:00
parent 12b1572208
commit 787feedbb5

View file

@ -3,6 +3,7 @@ body {
background-color: transparent;
font-family: fira-sans, sans-serif;
font-size: 10pt;
line-height: 1.6;
}
@media only screen and (orientation: landscape) {
body {