Skip to content

Commit

Permalink
Resolved logo and search icon overlap in the navbar on small mobile d…
Browse files Browse the repository at this point in the history
…evices
  • Loading branch information
rajveeerr authored Dec 11, 2024
1 parent dfc7e99 commit 6cbc2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const Navbar = () => {
className="size-10 rounded-full"
/>
<p
className={`hidden bg-gradient-to-b from-blue-400 to-blue-700 bg-clip-text text-2xl font-black tracking-tighter text-transparent min-[375px]:block`}
className={`hidden bg-gradient-to-b from-blue-400 to-blue-700 bg-clip-text text-2xl font-black tracking-tighter text-transparent min-[410px]:block`}
>
100xDevs
</p>
Expand Down

0 comments on commit 6cbc2b7

Please sign in to comment.