fix: Increase logo size and add max-width protection for better display
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user