Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/puresyntax71/hugo-theme-chunky-poster.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/post/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 9249e45..b4afe0a 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -34,7 +34,7 @@
<div class="row justify-content-center">
{{- if .Params.toc -}}
- <div class="col-lg-3 pl-0 table-of-contents">
+ <div class="col-lg-3 pl-0 mt-5 table-of-contents">
<div class="sticky-top" style="top: 100px;">
{{ .TableOfContents }}
</div>