Logo/Markenname im Header ganz leicht vergrößert
Brand-Schrift 1.24rem -> 1.32rem, Logo 38px -> 42px, Untertitel .66rem -> .7rem.
This commit is contained in:
+5
-5
@@ -134,23 +134,23 @@ header.site-header {
|
||||
.brand {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: .6rem;
|
||||
gap: .65rem;
|
||||
font-family: var(--font-head);
|
||||
font-weight: 800;
|
||||
font-size: 1.24rem;
|
||||
font-size: 1.32rem;
|
||||
letter-spacing: .02em;
|
||||
}
|
||||
.brand .heart { color: var(--accent); }
|
||||
.brand-logo {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
border-radius: 9px;
|
||||
object-fit: cover;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.brand small {
|
||||
display: block;
|
||||
font-size: .66rem;
|
||||
font-size: .7rem;
|
||||
font-weight: 500;
|
||||
letter-spacing: .1em;
|
||||
color: var(--text-muted);
|
||||
|
||||
Reference in New Issue
Block a user