diff options
| author | Track3 <pengliabc@live.cn> | 2018-12-11 13:41:01 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2018-12-11 13:41:01 +0800 |
| commit | caf088cbfb4899e4d86fcb18373c4093f32c739b (patch) | |
| tree | 198fd68a2c5b2b72877cd199a952fd7809ffd7eb /assets | |
| parent | 50fe5d104555a4b64e2e0aade41f2d510a88063f (diff) | |
| download | hermit-caf088cbfb4899e4d86fcb18373c4093f32c739b.tar.gz | |
Fix Disqus
* Use Hugo's built-in disqus template
* Add some extra style
* See #9
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/scss/style.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 4b6a1c8..6d220d6 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -562,6 +562,7 @@ a.footnote-return { display: flex; justify-content: space-between; margin-top: 1.5em; + margin-bottom: 2.5em; font-size: 1.2em; a { @@ -579,6 +580,16 @@ a.footnote-return { } } +// Disqus +#disqus { + margin-top: 2.5em; +} + +.dsq-brlink { + display: block; + text-align: center; +} + @media (min-width: 800px) { .site-main { margin-top: 3em; |
