From 476f58592013326258baa065fe7483b3c286796c Mon Sep 17 00:00:00 2001 From: Federico Zivolo Date: Tue, 5 Sep 2017 13:58:09 +0200 Subject: [PATCH] fix: $spacer value --- scss/variables/bootstrap/_spacing.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/variables/bootstrap/_spacing.scss b/scss/variables/bootstrap/_spacing.scss index 034f62b2..053c915a 100644 --- a/scss/variables/bootstrap/_spacing.scss +++ b/scss/variables/bootstrap/_spacing.scss @@ -3,7 +3,7 @@ // Control the default styling of most Bootstrap elements by modifying these // variables. Mostly focused on spacing. -$spacer: .5rem !default; // 1rem !default; // $form-group-margin-bottom uses $spacer-y. Decided to try this globally and see how it works out. +$spacer: 1rem !default; // $form-group-margin-bottom uses $spacer-y. Decided to try this globally and see how it works out. //$spacer-x: $spacer !default; //$spacer-y: $spacer !default; //$spacers: (