Skip to content

Commit

Permalink
fix: updated margin
Browse files Browse the repository at this point in the history
  • Loading branch information
biels committed Oct 21, 2023
1 parent 267b504 commit 8e2b8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Header = ({ lang, localePrettyUrlsCacheData, dictionary }: Props) => {
<span className="font-bold text-lg hover:text-red-500">Map</span>
</Link>
</div>
<div className="mr-[40px]">
<div className="mr-[56px]">
<a
className="block px-2 py-1 border border-transparent text-center text-base font-medium rounded-md text-red-700 bg-red-100 hover:bg-red-200 md:py-2 md:text-lg md:px-5 w-[max-content]"
href={'https://www.meetup.com/gironajs/'}
Expand Down

0 comments on commit 8e2b8be

Please sign in to comment.