Constrain MetalCircle wordmark width

This commit is contained in:
kai
2026-08-27 18:33:47 +02:00
parent 74885df344
commit a91666ad69
+4 -3
View File
@@ -63,9 +63,10 @@ header {
.brand-logo {
display: block;
width: min(220px, 42vw);
height: auto;
max-height: 58px;
width: min(220px, 42vw) !important;
max-width: 100%;
height: auto !important;
max-height: 58px !important;
object-fit: contain;
}