Skip to content

Commit c8c4321

Browse files
committed
contain navbar
1 parent 940f7af commit c8c4321

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/www/components/Nav/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ const Nav = ({ hideNavbar, stickyNavbar = true }: Props) => {
106106
showLaunchWeekNavMode && 'border-muted border-b bg-transparent'
107107
)}
108108
>
109-
<div className="relative flex justify-between h-16 mx-auto lg:container lg:px-16 xl:px-20">
110-
<div className="flex items-center px-6 lg:px-0 flex-1 sm:items-stretch justify-between">
109+
<div className="relative flex justify-between h-16 mx-auto max-w-[var(--container-max-w,75rem)] px-6 w-full">
110+
<div className="flex items-center flex-1 sm:items-stretch justify-between">
111111
<div className="flex items-center">
112112
<div className="flex items-center flex-shrink-0">
113113
<RightClickBrandLogo />

0 commit comments

Comments
 (0)