From 4158e67c8d7eb39712e598d3f409c6739eef5f0b Mon Sep 17 00:00:00 2001 From: Wicklow Date: Mon, 20 Feb 2023 11:32:48 +0100 Subject: Refactoring margin and padding mixins --- client/src/sass/class-helpers/_custom-bootstrap-helpers.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/sass/class-helpers') diff --git a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss index bb5902ec9..dfe6f9050 100644 --- a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss +++ b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss @@ -4,5 +4,5 @@ // Font sizes .fs-5-5 { - @include font-size(1.125rem); + @include font-size(18px); } -- cgit v1.2.3