decreased logo size

This commit is contained in:
2026-01-11 18:17:45 +01:00
parent 5ef06077f4
commit 674d3427be
+2 -2
View File
@@ -668,13 +668,13 @@ data:
} }
.header { .header {
min-height: 100px !important; min-height: 80px !important;
align-items: flex-end !important; align-items: flex-end !important;
} }
/* This matches your DOM: <div class="logo"> <img ...> */ /* This matches your DOM: <div class="logo"> <img ...> */
.logo img { .logo img {
max-height: 120px !important; max-height: 100px !important;
height: auto !important; height: auto !important;
width: auto !important; width: auto !important;
object-fit: contain !important; object-fit: contain !important;