File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
< div class ="doc-contents ">
4
4
< h2 > Contents</ h2 >
5
5
{% for doc in site.categories[include.category] reversed %}
6
- {% include docs/doc-index.html
7
- link=doc.link
8
- title=doc.title
9
- index=forloop.index
10
- %}
6
+ < a href ="#{{ doc.link }} " class ="smooth ">
7
+ < h5 > {{forloop.index}}. {{ doc.title }}</ h5 >
8
+ </ a >
11
9
{% endfor %}
12
10
</ div >
13
11
14
- < hr />
15
-
12
+ < br />
16
13
<!-- Docs -->
17
14
< div >
18
15
{% for doc in site.categories[include.category] reversed %}
Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ a.smooth:hover {
14
14
}
15
15
16
16
.doc-contents {
17
- padding-left : 30px ;
17
+ padding : 20px 50px ;
18
+ background-color : _palette (border-bg );
19
+ border-radius : 3px ;
20
+ margin : 0 auto ;
21
+ max-width : 400px ;
18
22
}
19
23
20
24
.doc-image {
You can’t perform that action at this time.
0 commit comments