From 369b63097ec541953312a8ed029d7f1567896a51 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 4 Apr 2026 18:58:17 -0500 Subject: [PATCH] bigger logo --- .../static/css/header.css | 24 ++++++------------- app/sovran_systemsos_web/templates/index.html | 8 +++---- 2 files changed, 10 insertions(+), 22 deletions(-) diff --git a/app/sovran_systemsos_web/static/css/header.css b/app/sovran_systemsos_web/static/css/header.css index f0c89d9..edee489 100644 --- a/app/sovran_systemsos_web/static/css/header.css +++ b/app/sovran_systemsos_web/static/css/header.css @@ -5,18 +5,18 @@ border-bottom: 1px solid var(--border-color); padding: 16px 24px; display: flex; + flex-direction: column; align-items: center; - justify-content: center; + gap: 8px; position: sticky; top: 0; z-index: 100; } -.header-center { - display: flex; - flex-direction: column; - align-items: center; - gap: 6px; +.header-logo { + height: 140px; + width: auto; + display: block; } .header-bar .title { @@ -25,22 +25,12 @@ color: var(--text-primary); } -.header-right { - position: absolute; - right: 24px; - top: 50%; - transform: translateY(-50%); +.header-buttons { display: flex; align-items: center; gap: 10px; } -.header-logo { - height: 130px; - width: auto; - display: block; -} - .role-badge { background-color: var(--accent-color); color: #1e1e2e; diff --git a/app/sovran_systemsos_web/templates/index.html b/app/sovran_systemsos_web/templates/index.html index 7ef3a54..f38f8d5 100644 --- a/app/sovran_systemsos_web/templates/index.html +++ b/app/sovran_systemsos_web/templates/index.html @@ -19,11 +19,9 @@
-
- - Sovran_SystemsOS Hub -
-
+ + Sovran_SystemsOS Hub +
Loading…