From 2a12572140130fb767ccf5545e3254674e720227 Mon Sep 17 00:00:00 2001 From: Leif Niemczik Date: Thu, 24 Nov 2022 00:05:48 +0100 Subject: [PATCH] reduce spacing in menu --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 38467cd..f5b9794 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -193,7 +193,7 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin' .nav-links { display: flex; - gap: 1.5rem; + gap: 0.75rem; } } }