Skip to content

docs(mintlify): bump navbar logo from 28px to 36px#11

Merged
arpan-mondal merged 1 commit into
mainfrom
docs/logo-larger
May 12, 2026
Merged

docs(mintlify): bump navbar logo from 28px to 36px#11
arpan-mondal merged 1 commit into
mainfrom
docs/logo-larger

Conversation

@arpan-mondal
Copy link
Copy Markdown
Contributor

What

Bumps the Mintlify navbar logo height from 1.75rem (~28px, Mintlify default) to 2.25rem (~36px).

Why

The new StacyVM cursive wordmark reads a bit small at default size. 36px is ~28% larger — enough to add presence without dominating the navbar.

Change

#navbar img {
  height: 2.25rem;
  width: auto;
}

#navbar is the selector Mintlify already exposes (and style.css already uses elsewhere). width: auto preserves aspect ratio.

Diff

1 file (style.css), +5 lines.

Adjustability

If 36px is too big/small, change 2.25rem in style.css:

  • 2rem = 32px (subtle bump)
  • 2.25rem = 36px (current)
  • 2.5rem = 40px (bolder)
  • 3rem = 48px (likely too large)

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) <noreply@anthropic.com>
@arpan-mondal arpan-mondal merged commit 7b38946 into main May 12, 2026
1 check passed
@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented May 12, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
stacy 🟢 Ready View Preview May 12, 2026, 3:01 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant