Skip to content

Commit

Permalink
Tweak header size
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Sep 26, 2024
1 parent a90aa91 commit 49d9dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/nav/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export function Header() {
<div className="flex flex-col">
<Link href="/" className="flex items-center">
<Image src={Logo} width={24} alt="" />
<Image src={Name} width={130} alt="" className="hidden sm:block mt-0.5 ml-2" />
<h1 className="ml-2 pt-0.5 text-2xl text-white font-bold uppercase tracking-wide">
<Image src={Name} width={122} alt="" className="hidden sm:block mt-0.5 ml-2" />
<h1 className="ml-2 pt-px text-2xl text-white font-bold uppercase tracking-wide">
Nexus
</h1>
</Link>
Expand Down

0 comments on commit 49d9dff

Please sign in to comment.