css: fix <li> line-height.

This commit is contained in:
evazion
2022-01-20 21:40:46 -06:00
parent 8d9cee5ad0
commit 2fff563027
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, dl, dd, menu {
margin: 0;
}
p, a {
p, a, li {
line-height: 1.25em;
}