Skip to content

Commit

Permalink
Tweak margin on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
carletex committed Aug 16, 2024
1 parent 9072fc9 commit df780ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,11 @@ export const Header = () => {
</ul>
)}
</div>
<Link href="/" passHref className="max-w-[160px] md:max-w-none md:flex items-center gap-2 ml-4 mr-6 shrink-0">
<Link
href="/"
passHref
className="max-w-[160px] md:max-w-none md:flex items-center gap-2 ml-1 md:ml-4 mr-6 shrink-0"
>
<Image alt="SE2 logo" className="cursor-pointer" width={205} height={54} src="/logo.svg" />
</Link>
</div>
Expand Down

0 comments on commit df780ae

Please sign in to comment.