File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -266,10 +266,15 @@ export default {
266
266
267
267
& __heading
268
268
width : 50%
269
- padding : 4 rem 3 rem 0
269
+ padding : 0
270
270
overflow : auto
271
271
background-color : #fa fa fa
272
272
273
+ h1 ,
274
+ h2 ,
275
+ h3
276
+ padding : 4rem 3rem 0
277
+
273
278
& __body
274
279
display : flex
275
280
overflow-x : hidden
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