fix height for headings
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-04-28 14:21:48 +02:00
parent a71eeeeaa4
commit 752950f880
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -37,7 +37,7 @@ html {
font-size: var(--font-size); font-size: var(--font-size);
scroll-behavior: smooth; scroll-behavior: smooth;
background-color: var(--bg); background-color: var(--bg);
line-height: 1.5em; line-height: 1.5;
} }
/* Scrollbar - Firefox */ /* Scrollbar - Firefox */