We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109725d commit f49155fCopy full SHA for f49155f
_includes/toc.html
@@ -6,7 +6,7 @@
6
{% endif %}
7
8
{% if enable_toc %}
9
- <section id="toc-wrapper" class="ps-0 pe-4 mb-5">
+ <section id="toc-wrapper" class="ps-0 pe-4">
10
<h2 class="panel-heading ps-3 pt-2 mb-2">{{- site.data.locales[include.lang].panel.toc -}}</h2>
11
<nav id="toc"></nav>
12
</section>
_layouts/default.html
@@ -38,7 +38,7 @@
38
</main>
39
40
<!-- panel -->
41
- <aside aria-label="Panel" id="panel-wrapper" class="col-xl-3 ps-2 text-muted">
+ <aside aria-label="Panel" id="panel-wrapper" class="col-xl-3 ps-2 mb-5 text-muted">
42
<div class="access">
43
{% include_cached update-list.html lang=lang %}
44
{% include_cached trending-tags.html lang=lang %}
0 commit comments