fix: Decrease logo height for improved fit in the navbar

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