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:
authorgoransv <gsv@appernetic.io>2018-08-02 12:25:06 +0300
committerGitHub <noreply@github.com>2018-08-02 12:25:06 +0300
commita5dfa157e83a55970d49ddd2bfa40c35d8c708b6 (patch)
tree3a381e17805cffe2fbc0d94d10eaef1b9c977f82
parent8acc46bb81921507e79a2f62b5d5f10a1a86f4ed (diff)
parentfd1dbc4d4e8f2253f391e3ec93fffa2bb07d4129 (diff)
Merge pull request #32 from justintime/patch-1
Fix for disqus style squished
-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%;