From 6fd0fabda93f21dbd09ccf461e53a6d9bcd60fce Mon Sep 17 00:00:00 2001 From: Pieter Vanderwerff Date: Wed, 13 Nov 2013 15:01:32 +1300 Subject: [PATCH] Added clearfix to blog content holder --- _css/react.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_css/react.scss b/_css/react.scss index a2e0aab3..9e184ae1 100644 --- a/_css/react.scss +++ b/_css/react.scss @@ -388,6 +388,8 @@ section.black content { */ .blogContent { + @include clearfix; + padding-top: 20px; blockquote {