style(css): increase line-height

This commit is contained in:
Gigi
2022-04-27 23:57:46 +02:00
parent ddc9569127
commit 6ea2008ef1

View File

@@ -30,7 +30,7 @@ body {
.content p, .content li, .content label {
font-family: Georgia, serif;
font-size: 1.2rem;
line-height: 1.8rem;
line-height: 2rem;
}
.content small {