diff --git a/website/src/styles/global.css b/website/src/styles/global.css index ef25b98..525628c 100644 --- a/website/src/styles/global.css +++ b/website/src/styles/global.css @@ -255,13 +255,11 @@ input[type="range"] { accent-color: var(--primary); } } .logo { flex: 0 0 auto; - width: clamp(38px, 4.2vw, 44px); height: clamp(38px, 4.2vw, 44px); - border-radius: 999px; background: var(--heading); - display: grid; place-items: center; + display: flex; align-items: center; transition: transform 0.25s var(--ease); } .logo:hover { transform: scale(1.05); } -.logo img { width: 66%; height: 66%; object-fit: contain; } +.logo img { height: 44px; width: auto; object-fit: contain; display: block; } .logo span { font-family: var(--font-pixel); font-weight: 700; color: #fff; font-size: 16px; } .header-nav { display: flex; align-items: center; gap: 2px;