feat: add padding for post comments block
This commit is contained in:
parent
3e1c3caad2
commit
56456e44f9
2 changed files with 14 additions and 8 deletions
|
@ -44,6 +44,7 @@ sidebar:
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="post-comments">
|
||||
{%- if page.comments != false -%}
|
||||
|
||||
{%- if site.disqus.shortname -%}
|
||||
|
@ -55,6 +56,7 @@ sidebar:
|
|||
{%- endif -%}
|
||||
|
||||
{%- endif -%}
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -474,6 +474,10 @@ html {
|
|||
}
|
||||
}
|
||||
|
||||
.post-comments {
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Posts misc
|
||||
|
|
Loading…
Reference in a new issue