Skip to content

Commit

Permalink
style: NavItem width improved
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriassuncx committed Jul 24, 2024
1 parent 1fd7733 commit 8cfce8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header/NavItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function NavItem({ category }: SiteNavigationElement) {

{items && items.length > 0 && (
<div
class="fixed hidden group-hover:flex group-hover:flex-col bg-base-100 z-50 items-start justify-between border-t border-b-2 border-base-200 w-screen max-w-[1260px] -translate-x-1/2 left-1/2 pt-8"
class="fixed hidden group-hover:flex group-hover:flex-col bg-base-100 z-50 items-start justify-between border-t border-b-2 border-base-200 w-screen max-w-[1015px] -translate-x-1/2 left-[53%] pt-8"
style={{ top: "0px", marginTop: menuMarginTop }}
>
<div class="flex items-start justify-between gap-16 w-full px-12 pb-8">
Expand Down

0 comments on commit 8cfce8d

Please sign in to comment.