From d7246b9aabd1f472a7162cb0efd93b9e77488cd9 Mon Sep 17 00:00:00 2001 From: "johannes.vos" Date: Fri, 15 May 2026 17:25:37 +0200 Subject: [PATCH] change height of logo --- src/features/nav/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/nav/components/Navbar.vue b/src/features/nav/components/Navbar.vue index d12c87a..f56d317 100644 --- a/src/features/nav/components/Navbar.vue +++ b/src/features/nav/components/Navbar.vue @@ -76,7 +76,7 @@ const isDark = inject('isDark'); background: var(--light-d-2); } .nav-logo { - height: 32px; + height: 24px; width: auto; } \ No newline at end of file