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:
2026-08-02 16:41:22 +02:00
parent 9d3efeae70
commit 35f8e00873
+5 -5
View File
@@ -134,23 +134,23 @@ header.site-header {
.brand { .brand {
display: flex; display: flex;
align-items: center; align-items: center;
gap: .6rem; gap: .65rem;
font-family: var(--font-head); font-family: var(--font-head);
font-weight: 800; font-weight: 800;
font-size: 1.24rem; font-size: 1.32rem;
letter-spacing: .02em; letter-spacing: .02em;
} }
.brand .heart { color: var(--accent); } .brand .heart { color: var(--accent); }
.brand-logo { .brand-logo {
width: 38px; width: 42px;
height: 38px; height: 42px;
border-radius: 9px; border-radius: 9px;
object-fit: cover; object-fit: cover;
flex-shrink: 0; flex-shrink: 0;
} }
.brand small { .brand small {
display: block; display: block;
font-size: .66rem; font-size: .7rem;
font-weight: 500; font-weight: 500;
letter-spacing: .1em; letter-spacing: .1em;
color: var(--text-muted); color: var(--text-muted);