From bbe1e27582099bcfdb74b31bdcece50fe280d6fd Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 4 May 2026 13:33:55 +0000 Subject: [PATCH] design: logo fixed left below header --- app/static/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/static/style.css b/app/static/style.css index e5c6ff6..17bec55 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -42,15 +42,15 @@ body { width: auto; } .page-logo-wrap { - display: flex; - justify-content: center; - padding: 1.5rem 0 0.5rem; - position: relative; - z-index: 5; + position: fixed; + left: 1.5rem; + top: 4.5rem; + z-index: 90; } .page-logo { - height: clamp(3rem, 8vw, 5rem); + height: clamp(2.5rem, 5vw, 3.5rem); width: auto; + opacity: 0.9; } .panel { background: var(--card);