fix: Increase logo size and add max-width protection for better display

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