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/SubNav.tsx | |
| parent | a6ec45c2073786eed5e7020887d24dfaba94de6d (diff) | |
update footer
Diffstat (limited to 'src/components/header/SubNav.tsx')
| -rw-r--r-- | src/components/header/SubNav.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
