Skip to content

Commit

Permalink
Add left margin to nested lists
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Jul 24, 2020
1 parent 115f231 commit ae6bb23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/_assets/sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ li {
ul,
ol {
@apply .my-0;
@apply .ml-8;
}
}

Expand Down

0 comments on commit ae6bb23

Please sign in to comment.