From ba1758703c78243ee0c67c76ed7831d0ee4859f1 Mon Sep 17 00:00:00 2001 From: simongehrig Date: Tue, 7 Mar 2017 10:16:43 +0100 Subject: [PATCH] Fixed 4px on Bottom bug --- mixins/layout/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixins/layout/_layout.scss b/mixins/layout/_layout.scss index ac34ea7..66fac8b 100644 --- a/mixins/layout/_layout.scss +++ b/mixins/layout/_layout.scss @@ -9,7 +9,7 @@ width: (100%/$columns); /* Gutters */ - margin: 0 -4px 0 0 !important; + margin: 0 -4px -4px 0 !important; padding: 0 $gutter+px $gutter+px 0 !important; border: none !important;