From 11158cd9744b5a131d5a2cd028016666226f39dc Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Fri, 8 May 2026 09:51:16 +0200 Subject: [PATCH] fix: Decrease logo height for improved fit in the navbar --- Website/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/templates/base.html b/Website/templates/base.html index 89e7d4f..7c65838 100644 --- a/Website/templates/base.html +++ b/Website/templates/base.html @@ -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;