Fix collapsing floats
This commit is contained in:
parent
6e12c95067
commit
7f42a0e4c2
2 changed files with 27 additions and 11 deletions
|
@ -1,3 +1,4 @@
|
|||
<div class="page__comments">
|
||||
<h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_label }}</h4>
|
||||
{% case site.comments.provider %}
|
||||
{% when "disqus" %}
|
||||
|
@ -9,3 +10,4 @@
|
|||
{% when "custom" %}
|
||||
<section id="comments"></section>
|
||||
{% endcase %}
|
||||
</div>
|
|
@ -35,6 +35,15 @@
|
|||
@include prefix(0.5 of 12);
|
||||
padding-right: $right-sidebar-width-wide;
|
||||
}
|
||||
|
||||
.page__inner-wrap {
|
||||
.page__content,
|
||||
.page__meta,
|
||||
.page__share {
|
||||
@include clearfix();
|
||||
@include full();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page__title {
|
||||
|
@ -161,6 +170,11 @@
|
|||
Comments
|
||||
========================================================================== */
|
||||
|
||||
.page__comments {
|
||||
@include clearfix();
|
||||
@include full();
|
||||
}
|
||||
|
||||
.page__comments-title {
|
||||
font-size: 14px;
|
||||
margin-top: 2rem;
|
||||
|
|
Loading…
Reference in a new issue