fix ul in li margin
This commit is contained in:
parent
0d2d905e3b
commit
7cb2efee6b
|
@ -134,6 +134,11 @@ h6:hover .anchor {
|
|||
padding-inline-start: 20px;
|
||||
}
|
||||
|
||||
.post-content li > ol,
|
||||
.post-content li > ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.post-content li {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue