style(brand): desktop TM vertical-align 0.8em (mobile unchanged)#299
Merged
Conversation
Tim 2026-06-05: > Just change the vertical align to 0.8 em (desktop, mobile is fine) > and then push to prod. Added a min-width:541px override on .vt-appbar-wordmark-tm only (drawer TM is desktop-only by nature, but leaving its rule alone keeps the diff scoped). Mobile under 540 keeps the 1.1em lift so the smaller rendered wordmark on narrow phones doesn't make the TM look detached. Threshold matches the existing 540px breakpoint used to hide the FWC2026 sub on narrow viewports. Signed-off-by: Tim Thomas <0800tim@gmail.com>
Auto-triage: GREEN — auto-triage clearRisk score: 0/100
No flags raised by the automated scanners. A human reviewer will still take a look. Labels applied: Posted by |
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.
Tim 2026-06-05: one-line desktop tweak before publishing to prod.
@media (min-width: 541px)override on.vt-appbar-wordmark-tmto drop vertical-align from 1.1em to 0.8em. Mobile stays at 1.1em.