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>2019-02-13 22:28:22 +0300
committerGitHub <noreply@github.com>2019-02-13 22:28:22 +0300
commitba7ce928bef0e466fb1700f2640580b82ce97628 (patch)
tree7b4d4eec4a29e8c3dca4d3dc29c95c9f378c85d9
parenta947ce997a689225bec4431783dde9dbf99a3258 (diff)
parent8e0bdcec95bb653a9cdabfdcb8cef6b4802ebc3b (diff)
Merge pull request #40 from andretti1977/fix-disqus-width-major-1400px
disqus integration: fixing padding when width major than 1400px
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index a702774..9f39af2 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -2638,7 +2638,7 @@ li.pingback:first-child {
}
@media all and (min-width: 1400px) {
#disqus_thread {
- padding: 1.5em 285px 3em;
+ padding: 1.5em 20px 3em;
}
}
/* bbpress Styles */