Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions apps/web/components/shell/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,18 @@
font-feature-settings: normal;
}

/* Desktop-only tweak: the larger 1.7rem appbar wordmark on a wide
* viewport lets the TM sit a touch lower and still read flush
* with the cap-line. Mobile keeps the 1.1em lift so the smaller
* rendered wordmark doesn't make the TM look detached.
* Threshold matches the existing 540px split used to hide the
* FWC2026 sub on narrow viewports. Tim 2026-06-05. */
@media (min-width: 541px) {
.vt-appbar-wordmark-tm {
vertical-align: 0.8em;
}
}

.vt-appbar-wordmark-sub {
/* "FWC2026" subtitle next to the brand wordmark. Reads as a
* mono caption in muted gold so the Saira wordmark stays the
Expand Down
Loading