diff --git a/src/components/ui/HoverNavigation.tsx b/src/components/ui/HoverNavigation.tsx index eaa00bb..70b5819 100644 --- a/src/components/ui/HoverNavigation.tsx +++ b/src/components/ui/HoverNavigation.tsx @@ -50,7 +50,7 @@ export const HoverNavigation = ({ ease: "easeInOut", }} className={cn( - "flex w-0 flex-row items-center justify-center whitespace-nowrap", + "flex w-0 flex-row items-center justify-center pr-2 whitespace-nowrap", className, )} > @@ -61,7 +61,7 @@ export const HoverNavigation = ({ Available for work