diff --git a/app/static/style.css b/app/static/style.css
index fbb002f..e5c6ff6 100644
--- a/app/static/style.css
+++ b/app/static/style.css
@@ -41,6 +41,17 @@ body {
height: 32px;
width: auto;
}
+.page-logo-wrap {
+ display: flex;
+ justify-content: center;
+ padding: 1.5rem 0 0.5rem;
+ position: relative;
+ z-index: 5;
+}
+.page-logo {
+ height: clamp(3rem, 8vw, 5rem);
+ width: auto;
+}
.panel {
background: var(--card);
padding: 1.25rem;
diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html
index 21d4205..7693441 100644
--- a/app/templates/dashboard.html
+++ b/app/templates/dashboard.html
@@ -32,9 +32,7 @@
-
+