From 0ebfac0e9831b283c5dfdf17138bcc23c1ccf14d Mon Sep 17 00:00:00 2001 From: T Date: Sun, 23 Mar 2025 19:35:47 +0100 Subject: [PATCH] =?UTF-8?q?mehr=20Platz=20f=C3=BCr=20nav?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/_chaospott.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_chaospott.scss b/_sass/_chaospott.scss index 22d9d4c..b1bcb5b 100644 --- a/_sass/_chaospott.scss +++ b/_sass/_chaospott.scss @@ -40,7 +40,7 @@ body { /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/ .divider-vertical { height: 20px; - margin: 14px 10px; + margin: 14px 6px; border-right: 1px solid $nav-link-color; border-left: 1px solid $nav-link-color; }