diff options
| author | l3wdfut4pwr l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-01-22 09:04:23 +0200 |
|---|---|---|
| committer | l3wdfut4pwr l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-01-22 09:04:23 +0200 |
| commit | c494a8bec3e46114fdb1664fc30e3ee78bb7bdc1 (patch) | |
| tree | 09e763a20c31084bf5e49b218bedcfc3d6a81b47 /src/components/header/NavBar.tsx | |
| parent | a6ec45c2073786eed5e7020887d24dfaba94de6d (diff) | |
update footer
Diffstat (limited to 'src/components/header/NavBar.tsx')
| -rw-r--r-- | src/components/header/NavBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/header/NavBar.tsx b/src/components/header/NavBar.tsx index e83d238..217be3a 100644 --- a/src/components/header/NavBar.tsx +++ b/src/components/header/NavBar.tsx @@ -7,7 +7,7 @@ import DiscordIcon from '@icons/discord.svg'; import { Switch } from '@/components/ui/switch'; export function NavBar() { return ( - <div className="flex w-full justify-between py-7.5 h-[110] items-center xl:max-w-[1200px] 2xl:max-w-[1500px]"> + <div className="flex w-full justify-between py-7.5 h-[110] items-center xl:max-2xl:max-w-[1200px] 2xl:max-w-[1500px]"> <div className="flex grow items-center gap-[30px] max-w-[750px]"> <Link href="/" className="shrink-0 "> <Image |
