diff --git a/components/mobile-menu.tsx b/components/mobile-menu.tsx
index 90349c34..037addea 100644
--- a/components/mobile-menu.tsx
+++ b/components/mobile-menu.tsx
@@ -38,7 +38,7 @@ export function MobileMenu({ isOpen, onClose, themeAware = false, hasBanner = fa
const headerCtaLabelClass = downloadButtonLabelMotionClasses
const headerCtaIconClass = `flex h-3 w-3 items-center justify-center text-[0.95em] font-medium leading-none ${downloadButtonIconMotionClasses} sm:h-4 sm:w-4`
const mobileHeaderControlSize = 'h-7 sm:h-8.5'
- const mobileMenuButtonSize = 'h-8 w-8 sm:h-9 sm:w-9'
+ const mobileMenuButtonSize = 'h-7 w-7 sm:h-8 sm:w-8'
// Social icon colors - theme-aware using dark: utilities
const iconBaseColor = themeAware ? 'text-foreground/40 dark:text-muted-foreground' : 'text-black/40'
@@ -179,7 +179,7 @@ export function MobileMenu({ isOpen, onClose, themeAware = false, hasBanner = fa
aria-label="Close navigation menu"
type="button"
>
-
+
@@ -187,39 +187,39 @@ export function MobileMenu({ isOpen, onClose, themeAware = false, hasBanner = fa
{/* Content area - flex to push social icons to bottom */}
{/* Navigation Links - positioned below header */}
-