From 43d5e4cb4606d414ba929e5fd86d0ea29d134f3e Mon Sep 17 00:00:00 2001 From: Mahesh Patil Date: Fri, 19 Jul 2024 18:20:15 +0530 Subject: [PATCH] safari-browser-header-logo-fix Signed-off-by: Mahesh Patil --- src/components/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 55e22bf..f92cd3d 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -104,8 +104,8 @@ function Navbar({ scrollToExplore }: { scrollToExplore: any }) { alt="Template Playground" preview={false} style={{ - paddingRight: screens.md ? "1.5em" : "10px", - height: "26px", + paddingRight: screens.md ? "24px" : "10px", + height: "26px", maxWidth: screens.md ? '184.17px' : '36.67px', }} /> Template Playground