Skip to content

Commit

Permalink
Merge pull request #53 from Noctember/fix/navbar-margin
Browse files Browse the repository at this point in the history
fix(navbar): change margin between logo and links
  • Loading branch information
stijnvdkolk authored Apr 13, 2024
2 parents 3fbba58 + 412b808 commit 8ef1f4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
],
"[json][jsonc][typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.associations": {
"*.css": "tailwindcss"
}
}
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const NavBar = () => {
<Container className="flex w-full items-center bg-inherit py-3">
<Link
href="/"
className="mr-auto flex gap-3"
className="mr-auto flex gap-3 lg:mr-12"
onClick={() => event('NAV_home')}
>
<Logo className="size-[1.7rem] cursor-pointer" />
Expand Down

0 comments on commit 8ef1f4e

Please sign in to comment.