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 Roman Hotsiy
parent c819bd67ea
commit b165785064

View File

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