Skip to content

Commit

Permalink
fix(style): margin issue of nested ordered/unordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 22, 2020
1 parent 5470cbe commit b52d699
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/scss/layout/_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
}
}
ol, ul {
margin: 1em 0;
padding-left: 2em;
line-height: $lineHeight;
}
Expand Down

0 comments on commit b52d699

Please sign in to comment.