From 051263b8c2bd1b36252ced1a398dd68e8f4b0562 Mon Sep 17 00:00:00 2001 From: zwbetz-gh <37317628+zwbetz-gh@users.noreply.github.com> Date: Wed, 6 Mar 2019 11:54:41 -0600 Subject: [PATCH] Decrease disqus comments max height --- assets/css/template-styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */