From 3cf23032c94caa334c8144d4a41bb5301289f7c4 Mon Sep 17 00:00:00 2001 From: Mahesh Patil <104414141+nitro56565@users.noreply.github.com> Date: Fri, 19 Jul 2024 18:26:11 +0530 Subject: [PATCH] safari-browser-header-logo-fix (#87) 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