diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-01-17 21:44:25 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-01-17 21:44:25 +0100 |
commit | 4b641b0f9a681009e80f847f415f29ea14126420 (patch) | |
tree | 2588af1a22377e43054eb9b17561c96fa7564c57 /assets/_main.scss | |
parent | b9688d7e367918a1e9533dfca5bab5ae53523319 (diff) |
#133, move disqus to separate template to allow override, rename BookDisqus to BookComments
Diffstat (limited to 'assets/_main.scss')
-rw-r--r-- | assets/_main.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/assets/_main.scss b/assets/_main.scss index bf60a18..03bc298 100644 --- a/assets/_main.scss +++ b/assets/_main.scss @@ -240,10 +240,8 @@ ul.pagination { } } -// Give a little extra space before showing Disqus comments. See: -// https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/disqus.html#L3 -#disqus_thread { - padding-top: $padding-16; +.book-comments { + margin-top: $padding-16; } .book-languages { |