fix: Adjust margin-bottom in nested lists
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user