Merge branch 'mp/publish/numbered-list-line-height' (#2775)

* origin/mp/publish/numbered-list-line-height:
  publish: set font size for ordered lists
  publish: change line-height on numbered lists

Signed-off-by: Jared Tobin <jared@tlon.io>
This commit is contained in:
Jared Tobin 2020-04-22 14:03:13 +04:00
commit d79d216ad2
No known key found for this signature in database
GPG Key ID: 0E4647D58F8A69E4

View File

@ -242,7 +242,7 @@ a {
display: none;
}
.md h1, .md h2, .md h3, .md h4, .md h5, .md p, .md a, .md ul, .md blockquote,.md code,.md pre {
.md h1, .md h2, .md h3, .md h4, .md h5, .md p, .md a, .md ul, .md ol, .md blockquote,.md code,.md pre {
font-size: 14px;
margin-bottom: 16px;
}
@ -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 {