From 1e158d60511130b73ace2f6c9be1bb61f725102c Mon Sep 17 00:00:00 2001 From: J-onasJones Date: Sat, 15 Jun 2024 14:50:00 +0200 Subject: [PATCH] fixed search box margin --- src/components/Navbar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.svelte b/src/components/Navbar.svelte index 1f57e3b..f81f067 100644 --- a/src/components/Navbar.svelte +++ b/src/components/Navbar.svelte @@ -71,7 +71,7 @@ height: 25px; padding: 5px; padding-left: 10px; - margin-bottom: 5px; + margin-bottom: 2px; background-color: #303030; border-color: #e2b714; border-radius: 5px;