Increase the margin between lists.

This commit is contained in:
Cotes Chung 2020-08-20 20:22:07 +08:00
parent e9c29aa1b5
commit a1b2c71b89
1 changed files with 5 additions and 0 deletions

View File

@ -823,6 +823,11 @@ div.post-content .table-wrapper {
p { p {
font-size: 1.08rem; font-size: 1.08rem;
} }
> ol, > ul {
> li {
margin-top: 0.5rem;
}
}
} }
.tag:hover { .tag:hover {