We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59c094 commit d5d3cd7Copy full SHA for d5d3cd7
_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-2 mb-0">{{- site.data.locales[include.lang].panel.toc -}}</h2>
+ <h2 class="panel-heading ps-3 pb-1 mb-0">{{- site.data.locales[include.lang].panel.toc -}}</h2>
7
<nav id="toc"></nav>
8
</section>
9
{% endif %}
_sass/pages/_post.scss
@@ -275,10 +275,6 @@ header {
275
margin: 0.4rem 0;
276
}
277
278
- &:first-child {
279
- margin-top: 0;
280
- }
281
-
282
a {
283
padding: 0.2rem 0 0.2rem 1.25rem;
284
0 commit comments