Skip to content

Commit

Permalink
Adds a bit more margin to the left of lists in rich text
Browse files Browse the repository at this point in the history
  • Loading branch information
sodevious committed Jun 5, 2018
1 parent 4b02793 commit 2486326
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rh/client/scss/base/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
box-shadow: 0 6px 0 transparent;
}

ol,
ul {
margin-left: 2.25rem;
}

li {
margin-bottom: .5rem;
}
Expand Down

0 comments on commit 2486326

Please sign in to comment.