From b3d5af7855aa8207e7452fbfd7706999c36708aa Mon Sep 17 00:00:00 2001 From: Bohdan Chornokondratenko Date: Tue, 26 Mar 2024 16:04:24 +0100 Subject: [PATCH] fix: StickyNavbar remove excessive horizontal padding --- src/components/layout/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/Layout.tsx b/src/components/layout/Layout.tsx index ede2ed27..c02290bc 100644 --- a/src/components/layout/Layout.tsx +++ b/src/components/layout/Layout.tsx @@ -120,7 +120,7 @@ function LogoutButton({ className }: { className?: string }) { function StickyNavbar({ className }: { className: string }) { return ( -
+