Add margins around list-items in markdown

They're pretty tightly squeezed in there right now.
This commit is contained in:
Daniel Chao 2017-08-16 13:33:52 -07:00 committed by GitHub
parent 86b4db468b
commit d729f3f1f5

View File

@ -311,6 +311,9 @@ footer {
font-family: $base-font, $base-font-family;
font-weight: $base-font-weight;
line-height: $base-line-height;
> li {
margin: 1em 0;
}
}
table {