Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix margins & padding for blockquotes, lists and nested lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Hagara committed May 10, 2019
1 parent 4ae8111 commit e79aa17
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;

This comment has been minimized.

Copy link
@krakken190

krakken190 Oct 1, 2020

Lime green color might look better

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 e79aa17

Please sign in to comment.