diff options
author | amzrk2 | 2020-04-15 13:29:44 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-15 13:29:44 +0800 |
commit | a8f47568568dee333081a2d204fad41fd81cda93 (patch) | |
tree | 48aa6ae0720ee21a8cbc42d7f3d83fec206c40e9 /assets | |
parent | 10b5414837fc272b73922e01d2fe24ddd5080293 (diff) | |
download | hugo-theme-fuji-a8f47568568dee333081a2d204fad41fd81cda93.tar.gz hugo-theme-fuji-a8f47568568dee333081a2d204fad41fd81cda93.tar.bz2 hugo-theme-fuji-a8f47568568dee333081a2d204fad41fd81cda93.zip |
Disqus support
Diffstat (limited to 'assets')
-rw-r--r-- | assets/sass/_list.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/sass/_list.scss b/assets/sass/_list.scss index 57f9fe9..1394f76 100644 --- a/assets/sass/_list.scss +++ b/assets/sass/_list.scss @@ -2,7 +2,7 @@ padding: 0 1em 0 1em; // different padding when screen size below width-md(768px) - @media screen and (max-width: $width-md){ + @media screen and (max-width: $width-md) { padding: 0 1.5em 0 1.5em; } } @@ -64,4 +64,8 @@ article { // not show while iframe not loaded #post-comment .utterances-frame { border-top: $spliter; +} + +#post-comment #disqus_thread { + border-top: $spliter; }
\ No newline at end of file |