publish: nested lists don't have additional margins

Fixes urbit/landscape#98
This commit is contained in:
Matilde Park 2021-03-23 14:51:04 -04:00
parent 82a9456105
commit d555fcc50f

View File

@ -142,6 +142,10 @@
margin-bottom: 16px;
}
.md ul ul {
margin-bottom: 0px;
}
.md h2, .md h3, .md h4, .md h5, .md p, .md a, .md ul {
font-weight: 400;
}