Add default line-height to <li> elements
They currently look too tight compared with paragraph text.
This commit is contained in:
parent
024ef59428
commit
5479785cc1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue