From 1ca39dff58803fd942f0563a2d58254b0cdfeb73 Mon Sep 17 00:00:00 2001 From: apanizo Date: Wed, 5 Sep 2018 12:43:35 +0200 Subject: [PATCH] Fix margin lg in row --- src/components/layout/Row/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/Row/index.scss b/src/components/layout/Row/index.scss index de411935..519162c3 100644 --- a/src/components/layout/Row/index.scss +++ b/src/components/layout/Row/index.scss @@ -16,7 +16,7 @@ } .marginLg { - margin-bottom: $xl; + margin-bottom: $lg; } .marginXl {