From 3eca7ffc780946f1ee863e3f58dc82348c37cdca Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 23 Sep 2022 16:45:17 +0100 Subject: [PATCH] Increase space a little between tags --- static/src/scss/_content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/scss/_content.scss b/static/src/scss/_content.scss index 4a557d9..ab61fe0 100644 --- a/static/src/scss/_content.scss +++ b/static/src/scss/_content.scss @@ -32,7 +32,7 @@ section.content { } span:not(.icon) + span { - margin-left: $icon-text-spacing; + margin-left: $icon-text-spacing * 1.5; } } }