Fix collapsing floats

This commit is contained in:
Michael Rose
2016-03-23 16:33:21 -04:00
parent 6e12c95067
commit 7f42a0e4c2
2 changed files with 27 additions and 11 deletions

View File

@@ -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;