Skip to content

Commit ae1878b

Browse files
committed
Increase the margin between lists.
1 parent c06b6c6 commit ae1878b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

assets/css/_addon/main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,11 @@ div.post-content .table-wrapper {
823823
p {
824824
font-size: 1.08rem;
825825
}
826+
> ol, > ul {
827+
> li {
828+
margin-top: 0.5rem;
829+
}
830+
}
826831
}
827832

828833
.tag:hover {

0 commit comments

Comments
 (0)