diff --git a/app/sovran_systemsos_web/static/style.css b/app/sovran_systemsos_web/static/style.css index 9bb6966..cc26a73 100644 --- a/app/sovran_systemsos_web/static/style.css +++ b/app/sovran_systemsos_web/static/style.css @@ -47,7 +47,7 @@ body { .header-bar { background-color: var(--surface-color); border-bottom: 1px solid var(--border-color); - padding: 10px 24px; + padding: 16px 24px; display: flex; align-items: center; gap: 16px; @@ -70,7 +70,7 @@ body { } .header-logo { - height: 36px; + height: 108px; width: auto; vertical-align: middle; margin-right: 10px; @@ -1676,4 +1676,4 @@ domain-field-actions { .login-error.visible { display: block; -} \ No newline at end of file +}