fix: Adjust margin-bottom in nested lists

This commit is contained in:
Hiroshi Shimoju 2023-07-02 12:19:08 +09:00
parent ac1e041419
commit b45b7654ea

View File

@ -103,7 +103,9 @@
margin-top: 5px;
}
.post-content li p {
.post-content li ol,
.post-content li p,
.post-content li ul {
margin-bottom: 0;
}