Skip to content

Commit

Permalink
Increase the margin between lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Aug 20, 2020
1 parent 67ea004 commit b3dc419
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/_addon/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,11 @@ div.post-content .table-wrapper {
p {
font-size: 1.08rem;
}
> ol, > ul {
> li {
margin-top: 0.5rem;
}
}
}

.tag:hover {
Expand Down

0 comments on commit b3dc419

Please sign in to comment.