mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2025-09-03 21:24:52 -04:00
Fix spacing around Disqus comments to match other content blocks
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user