From fe336b9bde2e1085463008eb16461a1baa8a6a93 Mon Sep 17 00:00:00 2001 From: Darren Date: Thu, 3 Mar 2022 02:16:51 -0500 Subject: [PATCH] fix: there is no module with the namespace "math" Signed-off-by: Darren --- client/scss/components/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/scss/components/_header.scss b/client/scss/components/_header.scss index b32009f..9651bc2 100644 --- a/client/scss/components/_header.scss +++ b/client/scss/components/_header.scss @@ -39,7 +39,7 @@ header { .btn { width: 2 * $columnWidth; - margin-left: math.div($columnGap, 2); + margin-left: calc($columnGap / 2); } h1 {