From 75d4da380e2304a8d887a8427ad995d415be8b40 Mon Sep 17 00:00:00 2001 From: achmad Date: Fri, 29 May 2026 03:33:50 +0700 Subject: [PATCH] fix: truly center logo on mobile using absolute positioning --- components/layout/NavbarClient.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/components/layout/NavbarClient.tsx b/components/layout/NavbarClient.tsx index cee1bb1..ee8a1db 100644 --- a/components/layout/NavbarClient.tsx +++ b/components/layout/NavbarClient.tsx @@ -38,20 +38,23 @@ export default function NavbarClient({ categories }: Props) { {/* Mobile hamburger */} - {/* Logo — center on mobile, left on desktop */} + {/* Logo — truly centered on mobile */} 言羽 + {/* Spacer to balance hamburger on mobile */} +
+ {/* Desktop nav links */}