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

github.com/appernetic/hugo-nederburg-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ellison <justin.ellison@buckle.com>2018-08-01 01:44:33 +0300
committerJustin Ellison <justin.ellison@buckle.com>2018-08-01 02:00:11 +0300
commit807b8d2f3f96797facce0296cd422bca3a5a9771 (patch)
tree6b7034c131581408150f0dad3f8968d588fb5ed9
parentc2d2e349b24435d40322fa1b1a87a4e9dc0c00c3 (diff)
Revert "Fix disqus comments being squished"
This reverts commit 7941ef98b115117e02c2f79e5a24c649df4860ce.
-rw-r--r--static/css/custom.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index fa69534..37e5fd7 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -2624,6 +2624,42 @@ li.pingback:first-child {
max-width: 1280px;
}
+/* 600px */
+@media all and (min-width: 37.5em) {
+ #disqus_thread {
+ width: 88.88%;
+ margin: 0 auto;
+ }
+}
+/* 700px */
+@media all and (min-width: 43.75em) {
+ #disqus_thread {
+ padding: 1.5em 10%;
+ }
+}
+/* 900px */
+@media all and (min-width: 56.25em) {
+ #disqus_thread {
+ padding: 1.5em 14.66%;
+ }
+}
+/* 1100px */
+@media all and (min-width: 68.75em) {
+ #disqus_thread {
+ padding: 1.5em 17.435% 3em;
+ }
+}
+/* 1200px */
+@media all and (min-width: 75em) {
+ #disqus_thread {
+ padding: 1.5em 19.75% 3em;
+ }
+}
+@media all and (min-width: 1400px) {
+ #disqus_thread {
+ padding: 1.5em 285px 3em;
+ }
+}
/* bbpress Styles */
.bbpress.archive .main {
width: 100%;