We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54bd28 commit bff9630Copy full SHA for bff9630
source/_sass/all.scss
@@ -21,6 +21,7 @@
21
@import "blocks/home_banner";
22
@import "blocks/home_features";
23
@import "blocks/markdown";
24
+@import "blocks/markdown_toc";
25
@import "blocks/get_involved_links";
26
@import "blocks/faqs";
27
@import "blocks/bylaws";
source/_sass/blocks/markdown_toc.scss
@@ -0,0 +1,18 @@
1
+.markdown.sidebar_toc {
2
+ ol {
3
+ list-style-type: none;
4
+ margin-top: 0;
5
+
6
+ li {
7
+ margin: 0;
8
+ }
9
10
11
+ & > ol {
12
+ padding-left: 15px;
13
14
15
+ p {
16
+ margin-bottom: 0;
17
18
+}
0 commit comments