Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorYong-Siang Shih <shaform@gmail.com>2018-11-16 17:47:47 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-11-16 17:47:47 +0300
commit8c4c06baa0b0c4dc70a9e7bd3b3253650d10a7c5 (patch)
tree4f9e71c493bbbed7481bd96f14e61ad86cb08e3d /assets
parente360ed6a069f6855a390a275d896ef4c96b16b68 (diff)
adjust Disqus width in small screens (#145)
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_partial/_post.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/sass/_partial/_post.scss b/assets/sass/_partial/_post.scss
index bb8b2aa..9de29dc 100644
--- a/assets/sass/_partial/_post.scss
+++ b/assets/sass/_partial/_post.scss
@@ -28,6 +28,10 @@
margin: 0 0 2em;
}
+ .disqus-comment {
+ margin: 0 1em 2em;
+ }
+
.content-wrapper {
padding: 1em 0 1px;
}
@@ -38,6 +42,10 @@
margin: 0 2em 2em;
}
+ .disqus-comment {
+ margin: 0 2em 2em;
+ }
+
.content-wrapper {
padding: 2em 0 1px;
}
@@ -49,6 +57,10 @@
margin: 0 1em 2em;
}
+ .disqus-comment {
+ margin: 0 1em 2em;
+ }
+
.content-wrapper {
padding: 1em 0 1px;
}