From b9b8dd8cf149929df54102a705329e62388a6f06 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Wed, 24 Jun 2020 20:47:01 +0800 Subject: [PATCH] Beautified the comment block. --- _includes/disqus.html | 2 +- assets/css/post.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/disqus.html b/_includes/disqus.html index 692ca23..2aa49d3 100644 --- a/_includes/disqus.html +++ b/_includes/disqus.html @@ -8,7 +8,7 @@ -->
diff --git a/assets/css/post.scss b/assets/css/post.scss index 2fb260e..5658053 100644 --- a/assets/css/post.scss +++ b/assets/css/post.scss @@ -56,7 +56,7 @@ $prompt-newer: "{{ site.data.label.post.button.next }}"; .post-navigation { padding-top: 3rem; - padding-bottom: 2rem; + padding-bottom: 4rem; .btn { @include btn-post-nav;