From c4bc0508a83125349b9300e1d0f1c9def02cea38 Mon Sep 17 00:00:00 2001 From: Hans Kuijpers Date: Mon, 13 Dec 2021 10:57:02 +0100 Subject: [PATCH] replace / by * --- src/styles/base.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/base.scss b/src/styles/base.scss index f293e69..a8a1e80 100644 --- a/src/styles/base.scss +++ b/src/styles/base.scss @@ -65,7 +65,7 @@ h4, h5, h6 { margin-top: 0; - margin-bottom: $global-guttering/2; + margin-bottom: $global-guttering * .5; font-weight: 400; line-height: 1.2; } @@ -152,7 +152,7 @@ label + p { .logo { display: block; - margin-bottom: $global-guttering/2; + margin-bottom: $global-guttering * .5; } .logo__img { @@ -161,7 +161,7 @@ label + p { display: inline-block; max-width: 100%; vertical-align: top; - padding: $global-guttering/4 0; + padding: $global-guttering * .25 0; } .visible-ie {