mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-14 15:14:27 -04:00
fix: Adjust margin-bottom in nested lists
This commit is contained in:
parent
ac1e041419
commit
b45b7654ea
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue