publish: change line-height on numbered lists

This commit is contained in:
Matilde Park 2020-04-21 15:05:48 -04:00
parent 55d2f555e9
commit bcde27a7ff

View File

@ -265,7 +265,7 @@ a {
.md code, .md pre {
font-family: "Source Code Pro", mono;
}
.md ul>li {
.md ul>li, .md ol>li {
line-height: 1.5;
}
.md a {