From 896355c29e3fa02e86c58e5919f3df8049a36c96 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 7 Feb 2020 22:35:01 +0100 Subject: [PATCH] footer page fixes --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index e6f9741c9..fc798de72 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -300,7 +300,7 @@ $dropdown-border-color: $border-color !default; $dropdown-menu-max-width: 25rem !default; //grid -$grid-gutter-width: 1.25rem !default; +$grid-gutter-width: 2rem !default; //loader $loader-size: 2.5rem !default;