From 9483f7c27a604839eff5833ec8ed05d432b21f01 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 4 Apr 2026 18:43:12 -0500 Subject: [PATCH] bigger logo --- app/sovran_systemsos_web/static/css/header.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/app/sovran_systemsos_web/static/css/header.css b/app/sovran_systemsos_web/static/css/header.css index 2b1af4f..1c050ed 100644 --- a/app/sovran_systemsos_web/static/css/header.css +++ b/app/sovran_systemsos_web/static/css/header.css @@ -3,7 +3,7 @@ .header-bar { background-color: var(--surface-color); border-bottom: 1px solid var(--border-color); - padding: 32px 24px; + padding: 20px 24px; display: flex; align-items: center; gap: 16px; @@ -23,13 +23,17 @@ text-align: center; pointer-events: none; white-space: nowrap; + display: flex; + flex-direction: column; + align-items: center; + gap: 4px; } .header-logo { - height: 108px; + height: 120px; width: auto; - vertical-align: middle; - margin-right: 0px; + display: block; + margin: 0 auto; } .role-badge { @@ -69,4 +73,4 @@ .ip-separator { color: var(--border-color); -} +} \ No newline at end of file