Skip to content

Commit

Permalink
fix style of list elements
Browse files Browse the repository at this point in the history
  • Loading branch information
minoritea committed Jul 14, 2021
1 parent 6a9732b commit 503a8d3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ blockquote {
margin: 0 1em 2em 1em;
}

blockquote > p {
}

hr {
height:0;
border:0;
Expand Down Expand Up @@ -65,10 +62,17 @@ table tr:nth-child(even) td {
}

.article-body > p {
line-height: 2em;
margin-bottom: 2.5em;
}

.article-body ul {
margin: 2em 0;
}

.article-body ul li {
margin: 1em 0;
}

.article-heading {
margin-bottom: 2.5em;
}
Expand Down

0 comments on commit 503a8d3

Please sign in to comment.