fix: Size brand-logo as fixed square for 1:1 logo aspect ratio #19
Reference in New Issue
Block a user
Delete Branch "feat/header-logo-and-title-gradient"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes
.brand-logoCSS so the navbar logo space is a fixed square, matching a 1:1 aspect ratio image.Change
width: auto→width: 2.5rem(matchesheight: 2.5remfor a locked square)object-position: centerborder-radius: 4pxflex-shrink: 0to prevent squishing on narrow viewportswidth: 2rem; height: 2rem(was height-only before)