Skip to content

Commit

Permalink
chore: remove useless margin
Browse files Browse the repository at this point in the history
Signed-off-by: marchingon12 <[email protected]>
  • Loading branch information
marchingon12 committed May 23, 2024
1 parent ac0b5e6 commit 84a7073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function Navbar() {
return (
<nav className="navbar backdrop-filter backdrop-blur-lg bg-opacity-30">
<div className="w-full flex justify-between items-center mx-auto">
<div className="flex order-2 sm:order-1 mr-4">
<div className="flex order-2 sm:order-1">
<Avatar className="transition-all hover:rotate-45">
<AvatarFallback>POT</AvatarFallback>
<AvatarImage src="https://github.com/Pool-Of-Tears.png" />
Expand Down

0 comments on commit 84a7073

Please sign in to comment.