mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2024-12-21 22:28:17 -05:00
Fix spacing around Disqus comments to match other content blocks
This commit is contained in:
parent
75e72ebc6a
commit
b6764d9899
@ -4045,10 +4045,8 @@ body {
|
||||
|
||||
#post #disqus_thread,
|
||||
#page #disqus_thread {
|
||||
padding: 25px 40px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 20px;
|
||||
margin-left: 10px;
|
||||
padding: 10px 15px;
|
||||
margin: 40px 2px 20px 2px;
|
||||
background-color: #ffffff;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
@ -4056,6 +4054,15 @@ body {
|
||||
box-shadow: 0 0 0 1px rgba(187, 187, 187, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 48em) {
|
||||
#post #disqus_thread,
|
||||
#page #disqus_thread {
|
||||
padding: 20px 30px;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 62.5em) {
|
||||
#post #disqus_thread,
|
||||
#page #disqus_thread {
|
||||
|
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -204,13 +204,16 @@ body {
|
||||
}
|
||||
}
|
||||
#disqus_thread {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 20px;
|
||||
padding: 25px 40px;
|
||||
margin: 40px 2px 20px 2px;
|
||||
padding: 10px 15px;
|
||||
background-color: @white;
|
||||
box-shadow: 0 0 0 1px fade(@border-color,10), 0 6px 12px fade(@black,10);
|
||||
.rounded(3px);
|
||||
@media @medium {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
padding: 20px 30px;
|
||||
}
|
||||
@media @large {
|
||||
max-width: 800px;
|
||||
padding: 50px 80px;
|
||||
|
Loading…
Reference in New Issue
Block a user