From c1c7a601dd5213d4c59120ee2a01cac0cc028fdc 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 --- docs/_css/react.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_css/react.scss b/docs/_css/react.scss index 02c0f35f6d..e0046b3e69 100644 --- a/docs/_css/react.scss +++ b/docs/_css/react.scss @@ -389,6 +389,8 @@ section.black content { */ .blogContent { + @include clearfix; + padding-top: 20px; blockquote {