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 @@ - - - - - - - diff --git a/mintlify/style.css b/mintlify/style.css index 94ac6a887..d0106041a 100644 --- a/mintlify/style.css +++ b/mintlify/style.css @@ -535,14 +535,25 @@ div[class*="text-tooltip-foreground"][class*="bg-primary-dark"] { margin-left: 0 !important; } +/* The Mintlify client ships Tailwind v4, where `space-x-*` sets + `margin-inline-end` on every child except the last (v3 set `margin-left` + on every child except the first), so the reset above no longer reaches + the `space-x-6` on the link list. Zero the list items directly so the + `gap` below is the only spacing between links. */ +#navbar .h-16 nav ul > li { + margin: 0 !important; +} + /* Navbar link buttons gap */ #navbar .h-16 nav ul { gap: 8px !important; } +/* Mintlify renders `