From 50c5e200c36f1551f95231c9686e021bc222fe56 Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Mon, 23 Feb 2026 09:40:53 +0100 Subject: [PATCH] feat: tighten mega menu spacing, bump link sizes --- src/Header/Nav/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Header/Nav/index.tsx b/src/Header/Nav/index.tsx index baacf74..c9e1e1b 100644 --- a/src/Header/Nav/index.tsx +++ b/src/Header/Nav/index.tsx @@ -162,7 +162,7 @@ const MegaMenuPanel: React.FC<{ style={{ top }} >
-
+
{/* Left: category title */}
@@ -172,23 +172,23 @@ const MegaMenuPanel: React.FC<{
{/* Right: columns */} -
+
{columns.map((col, ci) => (
{col.heading && ( -

+

{col.heading}

)} -
    +
      {col.links.map((link, li) => (