File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 17
17
< div class ="col-12 col-md-3 col-xl-2 bd-sidebar ">
18
18
{% include docs-sidebar.html %}
19
19
</ div >
20
- < main class ="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content " role ="main ">
21
- < h1 class ="bd-title " id ="content "> {{ page.title }}</ h1 >
22
- < p class ="bd-lead "> {{ page.description }}</ p >
23
- {% include ads.html %}
24
- {{ content }}
25
- </ main >
26
20
27
21
{% if page.toc %}
28
22
< div class ="d-none d-xl-block col-xl-2 bd-toc ">
29
23
{{ content | toc_only }}
30
24
</ div >
31
25
{% endif %}
26
+
27
+ < main class ="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content " role ="main ">
28
+ < h1 class ="bd-title " id ="content "> {{ page.title }}</ h1 >
29
+ < p class ="bd-lead "> {{ page.description }}</ p >
30
+ {% include ads.html %}
31
+ {{ content }}
32
+ </ main >
32
33
</ div >
33
34
</ div >
34
35
Original file line number Diff line number Diff line change 5
5
//
6
6
7
7
.bd-content {
8
+ order : 1 ;
9
+
8
10
// Hack the sticky header
9
11
> h2 [id ],
10
12
> h3 [id ],
Original file line number Diff line number Diff line change 10
10
top : 4rem ;
11
11
max-height : calc (100vh - 4rem );
12
12
}
13
+ order : 2 ;
13
14
padding-top : 1.5rem ;
14
15
padding-bottom : 1.5rem ;
15
16
overflow-x : visible ;
49
50
//
50
51
51
52
.bd-sidebar {
53
+ order : 0 ;
52
54
background-color : #f5f2f9 ;
53
55
border-bottom : 1px solid rgba (0 ,0 ,0 ,.1 );
54
56
You can’t perform that action at this time.
0 commit comments