enlarge li, li p gaps

This commit is contained in:
Reorx 2022-06-02 12:03:10 +08:00
parent a2a26eb189
commit c9528396a1
1 changed files with 2 additions and 2 deletions

View File

@ -142,11 +142,11 @@ h6:hover .anchor {
} }
.post-content li { .post-content li {
margin-top: 5px; margin-top: 10px;
} }
.post-content li p { .post-content li p {
margin-bottom: 0; margin-bottom: .5em;
} }
.post-content dl { .post-content dl {