docs(mintlify): bump navbar logo from 28px to 36px#11
Merged
Conversation
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>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps the Mintlify navbar logo height from
1.75rem(~28px, Mintlify default) to2.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
#navbaris the selector Mintlify already exposes (and style.css already uses elsewhere).width: autopreserves aspect ratio.Diff
1 file (
style.css), +5 lines.Adjustability
If 36px is too big/small, change
2.25reminstyle.css:2rem= 32px (subtle bump)2.25rem= 36px (current)2.5rem= 40px (bolder)3rem= 48px (likely too large)