We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7353114 commit 2297bbeCopy full SHA for 2297bbe
2 files changed
_includes/disqus.html
@@ -8,7 +8,7 @@
8
-->
9
10
<div id="disqus" class="pt-2 pb-4">
11
- <p class="font-italic text-muted small">Comments powered by <a href="https://disqus.com/">Disqus</a>.</p>
+ <p class="font-italic text-center text-muted small">Comments powered by <a href="https://disqus.com/">Disqus</a>.</p>
12
</div>
13
14
<script src="{{ site.baseurl }}/assets/js/lib/jquery.disqusloader.min.js"></script>
assets/css/post.scss
@@ -56,7 +56,7 @@ $prompt-newer: "{{ site.data.label.post.button.next }}";
56
57
.post-navigation {
58
padding-top: 3rem;
59
- padding-bottom: 2rem;
+ padding-bottom: 4rem;
60
61
.btn {
62
@include btn-post-nav;
0 commit comments