fix layout by increasing li line height (thx to @Profpatsch)

This commit is contained in:
Hannes Mehnert 2019-08-15 16:33:01 +02:00
parent d42af29e63
commit 1e2a5c925d

View file

@ -18,6 +18,11 @@ html a:visited {
color: black; color: black;
} }
li {
margin: 0.5em 0;
line-height: 1.6;
}
p { p {
line-height: 1.6; line-height: 1.6;
} }