Skip to content

Commit

Permalink
adjust padding so ordered lists don't stick out the side
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolini committed Sep 18, 2016
1 parent 66c4045 commit 3206a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ code {
}

ul, ol {
padding-left: 20px;
padding-left: 40px;
}

li {
margin-bottom: 0.5em;

ul li {
ul li, ol li {
margin-bottom: 0;
}
}
Expand Down

0 comments on commit 3206a6a

Please sign in to comment.