diff --git a/Website/templates/base.html b/Website/templates/base.html index 3fb4418..3db59e9 100644 --- a/Website/templates/base.html +++ b/Website/templates/base.html @@ -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; }