Replace header text logo with image logo
- Use logo.webp from assets/images - Logo height: 50px - Negative margin (-4px) to fit within existing header height 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -27,26 +27,17 @@
|
||||
// Logo / Branding
|
||||
.site-branding {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.custom-logo-link {
|
||||
display: block;
|
||||
.site-logo-link {
|
||||
display: block;
|
||||
}
|
||||
|
||||
img {
|
||||
max-height: 60px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.site-title-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.site-title {
|
||||
font-family: var(--font-display);
|
||||
font-size: 1.5rem;
|
||||
color: var(--color-text);
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
.site-logo {
|
||||
height: 50px;
|
||||
width: auto;
|
||||
display: block;
|
||||
margin: -4px 0; // Negative margin to fit 50px logo without changing header height
|
||||
}
|
||||
|
||||
// Desktop Navigation
|
||||
|
||||
Reference in New Issue
Block a user