diff --git a/assets/css/main.css b/assets/css/main.css index 218153b..4e13cd6 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -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);