Add default line-height to <li> elements

They currently look too tight compared with paragraph text.
This commit is contained in:
Ben Sturmfels 2024-07-22 10:13:50 +10:00
parent 024ef59428
commit 5479785cc1
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -8,7 +8,7 @@ p, h1, h2, h3, h4, h5, h6, #mainContent ul, #mainContent ol {
margin-bottom: 1em;
}
p {
p, li {
line-height: 1.6;
}