We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bde02f commit e3f1717Copy full SHA for e3f1717
clients/apps/web/src/components/Landing/LandingLayout.tsx
@@ -190,8 +190,8 @@ const LandingPageDesktopNavigation = () => {
190
}
191
192
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">
+ <div className="dark:text-polar-50 hidden w-full flex-col items-center gap-12 py-8 md:flex">
+ <div className="relative flex w-full flex-row items-center justify-between lg:max-w-6xl">
195
<BrandingMenu logoVariant="icon" size={40} />
196
197
<ul className="absolute left-1/2 mx-auto flex -translate-x-1/2 flex-row gap-x-8 font-medium">
0 commit comments