mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
fix: Adjust margin-bottom in nested lists
This commit is contained in:
parent
ac1e041419
commit
b45b7654ea
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user