Skip to content

Commit

Permalink
Push the user menu content more to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed May 24, 2024
1 parent 157d03d commit 1f3aae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const ContentViewport = styled(RadixNavigationMenu.Viewport)`
position the menu more accurately?
*/
position: relative;
right: 3rem;
right: 40%;
height: var(--radix-navigation-menu-viewport-height);
width: var(--radix-navigation-menu-viewport-width);
`;
Expand Down

0 comments on commit 1f3aae7

Please sign in to comment.