summaryrefslogtreecommitdiff
path: root/src/components/header
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/header')
-rw-r--r--src/components/header/NavBar.tsx2
-rw-r--r--src/components/header/SubNav.tsx2
2 files changed, 2 insertions, 2 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
diff --git a/src/components/header/SubNav.tsx b/src/components/header/SubNav.tsx
index 0961cc1..02a257e 100644
--- a/src/components/header/SubNav.tsx
+++ b/src/components/header/SubNav.tsx
@@ -5,7 +5,7 @@ import { cn } from '@/lib/utils';
export function SubNav() {
return (
- <div className="flex justify-between xl:w-[1200px] 2xl:w-[1500px] h-[50px]">
+ <div className="font-[500] text-[16px] flex justify-between xl:w-[1200px] 2xl:w-[1500px] h-[50px]">
<SectionLink href="#" className="rounded-tl-[5px] rounded-bl-4xl">
ТЕГИ
</SectionLink>