From ba0bcd0b43f0018c37305333b6637229d4874510 Mon Sep 17 00:00:00 2001 From: Pat Capulong Date: Tue, 8 Sep 2026 12:48:51 -0700 Subject: [PATCH 1/2] docs(nav): remove the Grid mark from the header logo Trim the divider and the Grid mark + wordmark out of the light and dark header logos so only the lightspark wordmark shows. Shrinks the SVG canvas from 206x26 to 120x26 to match the remaining paths. Co-authored-by: Cursor --- mintlify/logo/dark.svg | 9 +-------- mintlify/logo/light.svg | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/mintlify/logo/dark.svg b/mintlify/logo/dark.svg index 480f9f12a..f42c8550f 100644 --- a/mintlify/logo/dark.svg +++ b/mintlify/logo/dark.svg @@ -1,4 +1,4 @@ - + @@ -11,11 +11,4 @@ - - - - - - - diff --git a/mintlify/logo/light.svg b/mintlify/logo/light.svg index 471739a03..3243ae8e6 100644 --- a/mintlify/logo/light.svg +++ b/mintlify/logo/light.svg @@ -1,4 +1,4 @@ - + @@ -11,11 +11,4 @@ - - - - - - - From 6dcec8757c6266c52df6177b60f1fbf7fcc37c98 Mon Sep 17 00:00:00 2001 From: Pat Capulong Date: Tue, 8 Sep 2026 13:25:50 -0700 Subject: [PATCH 2/2] style(nav): tighten the gap between navbar links The Mintlify client now ships Tailwind v4, where space-x-* sets margin-inline-end on every child except the last instead of margin-left on every child except the first. Our margin-left reset stopped reaching the space-x-6 on the link list, so the 24px margin stacked on top of the intended 8px gap. Zero the list items' margin directly. Also stop matching .navbar-link (the li) in the link rules: Mintlify renders