Skip to content

Commit

Permalink
fix(navbar): change margin between logo and links
Browse files Browse the repository at this point in the history
  • Loading branch information
Noctember committed Apr 13, 2024
1 parent 0c49d09 commit a2bf5d9
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 a2bf5d9

Please sign in to comment.