change height of logo

This commit is contained in:
2026-05-15 17:25:37 +02:00
parent 5eddee4d4d
commit d7246b9aab
+1 -1
View File
@@ -76,7 +76,7 @@ const isDark = inject('isDark');
background: var(--light-d-2);
}
.nav-logo {
height: 32px;
height: 24px;
width: auto;
}
</style>