File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -252,9 +252,15 @@ export default {
252
252
253
253
& __heading {
254
254
width : 50% ;
255
- padding : 4 rem 3 rem 0 ;
255
+ padding : 0 ;
256
256
overflow : auto ;
257
257
background-color : #fa fa fa ;
258
+
259
+ h1
260
+ h2
261
+ h3 {
262
+ padding : 4rem 3rem 0 ;
263
+ }
258
264
}
259
265
260
266
& __body {
Original file line number Diff line number Diff line change 20
20
]"
21
21
>
22
22
<div class =" category__label" >
23
- <NavLink :to =" sidebarGroupItem.to" >{{
23
+ <NavLink class = " sidebar-link " :to =" sidebarGroupItem.to" >{{
24
24
title(sidebarGroupItem.title || sidebarGroupOrder[index])
25
25
}}</NavLink >
26
26
</div >
42
42
]"
43
43
>
44
44
<div class =" category__label" >
45
- <NavLink :to =" `${sidebarGroupItem.to}#${header.slug}`" >{{
45
+ <NavLink class = " sidebar-link " :to =" `${sidebarGroupItem.to}#${header.slug}`" >{{
46
46
title(header.title)
47
47
}}</NavLink >
48
48
</div >
65
65
]"
66
66
>
67
67
<div class =" category__label" >
68
- <NavLink :to =" child.to" >{{ title(child.title) }}</NavLink >
68
+ <NavLink class = " sidebar-link " :to =" child.to" >{{ title(child.title) }}</NavLink >
69
69
</div >
70
70
<div
71
71
v-if =" child.headers && child.headers.length"
79
79
]"
80
80
>
81
81
<div class =" category__header-item" >
82
- <NavLink :to =" `${child.to}#${header.slug}`" >{{
82
+ <NavLink class = " sidebar-link " :to =" `${child.to}#${header.slug}`" >{{
83
83
title(header.title)
84
84
}}</NavLink >
85
85
</div >
You can’t perform that action at this time.
0 commit comments