From 9db0540353d7c405fb0051ba8dd8769106ecdd10 Mon Sep 17 00:00:00 2001 From: ARPAN MONDAL Date: Tue, 12 May 2026 20:30:14 +0530 Subject: [PATCH] docs(mintlify): bump navbar logo from 28px to 36px Mintlify's default navbar logo height is 1.75rem (~28px). The new StacyVM wordmark reads a little small at that size, especially against the wider "StacyVM" cursive. Bumped to 2.25rem (36px) for slightly more presence; width: auto preserves aspect ratio. Co-Authored-By: Claude Opus 4.7 (1M context) --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 9eedeae..6c2c0eb 100644 --- a/style.css +++ b/style.css @@ -28,6 +28,11 @@ body { backdrop-filter: blur(18px); } +#navbar img { + height: 2.25rem; + width: auto; +} + .dark #navbar, .dark #sidebar, .dark #table-of-contents {