From dd87a15e586108b665697e221e64158fc5f8b9b6 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 27 Apr 2017 16:20:00 -0400 Subject: [PATCH] safer to clearfix --- web/scss/_home.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/scss/_home.scss b/web/scss/_home.scss index 79c67642..de6d5743 100644 --- a/web/scss/_home.scss +++ b/web/scss/_home.scss @@ -20,6 +20,7 @@ $height: calc(100vh - 156px); float: right; height: $height; } + @include clearfix(); } }