Changeset - 5479785cc100
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-07-22 00:13:50
ben@sturm.com.au
Add default line-height to <li> elements

They currently look too tight compared with paragraph text.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -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;
 
}
 

	
0 comments (0 inline, 0 general)