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

Commit e79aa17

Browse files
author
Patrik Hagara
committed
fix margins & padding for blockquotes, lists and nested lists
1 parent 4ae8111 commit e79aa17

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

assets/styles.scss

+11
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@
3535
color: #6a737d;
3636
border-left: 2px solid #959da5;
3737
padding-left: 16px;
38+
margin-bottom: 16px;
39+
}
40+
41+
ul, ol {
42+
padding-left: 32px;
43+
margin-bottom: 16px;
44+
}
45+
46+
li ul, li ol {
47+
padding-left: 16px;
48+
margin-bottom: 0px;
3849
}
3950
}
4051

0 commit comments

Comments
 (0)