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 5cbd688c3b
commit 6aca985a75

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;
}