Revert "Replace header text logo with image logo"
This reverts commit b35731164d.
This commit is contained in:
@@ -27,17 +27,26 @@
|
||||
// Logo / Branding
|
||||
.site-branding {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.site-logo-link {
|
||||
display: block;
|
||||
}
|
||||
.custom-logo-link {
|
||||
display: block;
|
||||
|
||||
.site-logo {
|
||||
height: 50px;
|
||||
width: auto;
|
||||
display: block;
|
||||
margin: -4px 0; // Negative margin to fit 50px logo without changing header height
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
// Desktop Navigation
|
||||
|
||||
Reference in New Issue
Block a user