From 42c1bbc6389bba008ec56449182a494cc400de2f Mon Sep 17 00:00:00 2001 From: Mario Volke Date: Thu, 6 Nov 2014 15:43:38 +0100 Subject: [PATCH] bugfix in utility gap classes --- src/sass/utilities/_others.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/utilities/_others.scss b/src/sass/utilities/_others.scss index e05a1d8..42d90bc 100644 --- a/src/sass/utilities/_others.scss +++ b/src/sass/utilities/_others.scss @@ -24,5 +24,5 @@ } .u-gap-bottom { - margin-top: 30px; + margin-bottom: 30px; } \ No newline at end of file