Skip to content

Commit 8da1496

Browse files
fixed green light alignment
1 parent a414081 commit 8da1496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ui/HoverNavigation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const HoverNavigation = ({
5050
ease: "easeInOut",
5151
}}
5252
className={cn(
53-
"flex w-0 flex-row items-center justify-center whitespace-nowrap",
53+
"flex w-0 flex-row items-center justify-center pr-2 whitespace-nowrap",
5454
className,
5555
)}
5656
>
@@ -61,7 +61,7 @@ export const HoverNavigation = ({
6161
Available for work
6262
</a>
6363
<div
64-
className={`relative z-50 ml-3 ${visible ? "hidden" : "inline-block"}`}
64+
className={`relative z-50 ml-3 ${visible ? "hidden" : "inline-block px-2"}`}
6565
>
6666
<div className="absolute top-1/2 left-1/2 aspect-square w-[6px] -translate-x-1/2 -translate-y-1/2 rounded-full bg-green-500"></div>
6767
<div className="animate-glow absolute top-1/2 left-1/2 aspect-square w-[6px] -translate-x-1/2 -translate-y-1/2 rounded-full bg-green-500"></div>

0 commit comments

Comments
 (0)