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

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz-gh <37317628+zwbetz-gh@users.noreply.github.com>2019-03-06 20:54:41 +0300
committerGitHub <noreply@github.com>2019-03-06 20:54:41 +0300
commit051263b8c2bd1b36252ced1a398dd68e8f4b0562 (patch)
treed4b6a1a93b0b1d789802c7b726978b4de1c39b2b
parent71ea476b5a67b92985581739bc1da7b0c5d92c17 (diff)
Decrease disqus comments max height
-rw-r--r--assets/css/template-styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css
index 066e8d4..fe21514 100644
--- a/assets/css/template-styles.css
+++ b/assets/css/template-styles.css
@@ -444,7 +444,7 @@ caption {
}
#disqus-comments,
#disqus-comments iframe {
- max-height: 75vh !important;
+ max-height: 65vh !important;
}
/* Pattern lists */