docs: Add spacing between list items in body text.
This commit is contained in:
parent
839a1cbeb1
commit
bc482c6be8
|
@ -2,3 +2,7 @@
|
|||
div.figure {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.body li {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue