From 3e84496e97a73ea5843f8d42e2022138530d783d Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 21 Jun 2023 20:44:02 +0200 Subject: [PATCH] Adjust spacing between items --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 675ba95..7652adf 100644 --- a/styles.css +++ b/styles.css @@ -85,7 +85,7 @@ ul { li:not(:last-child):after { content: "/"; - margin-left: var(--spacing); + margin-left: -5px; } h2 {