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@techadvise.com>2018-08-01 01:58:43 +0300
committerGitHub <noreply@github.com>2018-08-01 01:58:43 +0300
commitc2d2e349b24435d40322fa1b1a87a4e9dc0c00c3 (patch)
tree3a381e17805cffe2fbc0d94d10eaef1b9c977f82
parent8acc46bb81921507e79a2f62b5d5f10a1a86f4ed (diff)
Fix for disqus style squished
Fix for #30
-rw-r--r--static/css/custom.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 37e5fd7..fa69534 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -2624,42 +2624,6 @@ 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%;