From 5934c40d930ee3f3e18665d6b5a15895a1b2618f Mon Sep 17 00:00:00 2001 From: Manmeet Singh Date: Thu, 17 Oct 2024 02:48:09 +0530 Subject: [PATCH] Update padding in Navbar.svelte (#75) --- src/routes/Navbar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Navbar.svelte b/src/routes/Navbar.svelte index bef1923..39d17b0 100755 --- a/src/routes/Navbar.svelte +++ b/src/routes/Navbar.svelte @@ -121,7 +121,7 @@ /* Desktop classes */ @media screen(lg) { - @apply relative flex h-min w-max flex-row rounded-full bg-black/40 p-2 pl-5 outline outline-primary/10; + @apply relative flex h-min w-max flex-row rounded-full bg-black/40 p-2 pr-3 pl-5 outline outline-primary/10; } }