Skip to content

Commit

Permalink
Merge pull request github#132 from phagara/fix-blockquote-list-margin…
Browse files Browse the repository at this point in the history
…s-padding

fix margins & padding for blockquotes, lists and nested lists
  • Loading branch information
brandonrosage authored May 20, 2019
2 parents af06139 + e79aa17 commit dea70a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
color: #6a737d;
border-left: 2px solid #959da5;
padding-left: 16px;
margin-bottom: 16px;
}

ul, ol {
padding-left: 32px;
margin-bottom: 16px;
}

li ul, li ol {
padding-left: 16px;
margin-bottom: 0px;
}
}

Expand Down

0 comments on commit dea70a8

Please sign in to comment.