We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b93f6d commit 8a4d0bcCopy full SHA for 8a4d0bc
_includes/toc.html
@@ -3,7 +3,7 @@
3
{% if enable_toc %}
4
<div class="toc-border-cover z-3"></div>
5
<section id="toc-wrapper" class="invisible position-sticky ps-0 pe-4 pb-4">
6
- <h2 class="panel-heading ps-3 pb-1 mb-0">{{- site.data.locales[include.lang].panel.toc -}}</h2>
+ <h2 class="panel-heading ps-3 pb-2 mb-0">{{- site.data.locales[include.lang].panel.toc -}}</h2>
7
<nav id="toc"></nav>
8
</section>
9
{% endif %}
_sass/pages/_post.scss
@@ -272,12 +272,8 @@ header {
272
padding-left: 0;
273
274
li {
275
- &:not(:last-child) {
276
- margin: 0.4rem 0;
277
- }
278
-
279
a {
280
- padding: 0.2rem 0 0.2rem 1.25rem;
+ padding: 0.4rem 0 0.4rem 1.25rem;
281
}
282
283
0 commit comments