docs: fix logo layout width

This commit is contained in:
Bereket Engida
2025-03-22 20:36:34 +03:00
parent dcd7b2f5d9
commit 889b51df5e

View File

@@ -58,7 +58,7 @@ export const Navbar = () => {
<nav className="md:grid grid-cols-12 md:border-b top-0 flex items-center justify-between ">
<Link
href="/"
className="md:border-r md:px-5 px-2.5 py-4 text-foreground md:col-span-2 shrink-0 transition-colors md:w-[--fd-sidebar-width]"
className="md:border-r md:px-5 px-2.5 py-4 text-foreground md:col-span-2 shrink-0 transition-colors md:w-[268px] lg:w-[286px]"
>
<div className="flex flex-col gap-2 w-full">
<LogoContextMenu