fix: Increase logo height for better visibility in the navbar

This commit is contained in:
2026-05-08 09:50:17 +02:00
parent 2540306aea
commit 64c27b2ae9
+1 -1
View File
@@ -146,7 +146,7 @@
}
.brand img {
height: 64px; /* Logo etwas größer, Navbar hat 82px min-height */
height: 180px; /* Logo etwas größer, Navbar hat 82px min-height */
width: auto;
max-width: 250px; /* Optionaler max-width Schutz */
object-fit: contain;