Skip to content

Commit e3f1717

Browse files
committed
fix faulty layouted topbar
1 parent 6bde02f commit e3f1717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/apps/web/src/components/Landing/LandingLayout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ const LandingPageDesktopNavigation = () => {
190190
}
191191

192192
return (
193-
<div className="dark:text-polar-50 hidden w-full flex-col items-center gap-12 py-8 md:flex md:px-8">
194-
<div className="relative flex w-full flex-row items-center justify-between md:max-w-3xl xl:max-w-6xl">
193+
<div className="dark:text-polar-50 hidden w-full flex-col items-center gap-12 py-8 md:flex">
194+
<div className="relative flex w-full flex-row items-center justify-between lg:max-w-6xl">
195195
<BrandingMenu logoVariant="icon" size={40} />
196196

197197
<ul className="absolute left-1/2 mx-auto flex -translate-x-1/2 flex-row gap-x-8 font-medium">

0 commit comments

Comments
 (0)