Skip to content

Commit

Permalink
safari-browser-header-logo-fix (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Patil <[email protected]>
  • Loading branch information
nitro56565 authored Jul 19, 2024
1 parent 199e28d commit 3cf2303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}}
/>
<span style={{ color: "white" }}>Template Playground</span>
Expand Down

0 comments on commit 3cf2303

Please sign in to comment.