From d17eb3fb537ede1b4d0687156fc75ad8eed5b4fa Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Sun, 27 Jan 2019 18:57:47 -0500 Subject: [PATCH] Correct disqus_thread style from class to id selector --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index f70e2c8..edc38ce 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -295,7 +295,7 @@ strong { overflow-x: auto; overflow-y: hidden; } -.disqus_thread { +#disqus_thread { margin-top: 5em; } .no-scroll {