diff --git a/site/index.html b/site/index.html index 445971d..85c36f4 100644 --- a/site/index.html +++ b/site/index.html @@ -59,13 +59,21 @@ font-weight: 700; font-size: 16px; } - .nav-brand .logo-mark { - width: 28px; height: 28px; - border-radius: 7px; - background: var(--gradient); - display: flex; align-items: center; justify-content: center; - font-weight: 800; color: #fff; font-size: 15px; - } + .nav-brand .logo-mark { + width: 28px; height: 28px; + border-radius: 7px; + background: var(--gradient); + display: flex; align-items: center; justify-content: center; + flex-shrink: 0; + } + .logo .logo-mark { + width: 32px; height: 32px; + border-radius: 8px; + background: var(--gradient); + display: flex; align-items: center; justify-content: center; + flex-shrink: 0; + } + .logo-mark svg { display: block; } .nav-links { display: flex; gap: 28px; align-items: center; } .nav-links a { color: var(--muted); @@ -375,7 +383,7 @@