mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
docs: constrain logo height to match website sizing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap');
|
||||
|
||||
/* ── Logo sizing (match website ~15.2px rendered height) ── */
|
||||
|
||||
#navbar img[alt="light logo"],
|
||||
#navbar img[alt="dark logo"] {
|
||||
height: 18px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* ── Light mode (default) ── */
|
||||
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user