Reduce max-width of logo to reflect the proposed aspect ratio of 640px / 130px (= 247px / 50px)

This commit is contained in:
Konrad
2025-03-21 13:56:15 +01:00
parent 3b0b023624
commit d42d86b763

View File

@@ -107,7 +107,7 @@ table.order-summary {
.logo {
vertical-align: middle;
max-height: 50px;
max-width: 300px;
max-width: 247px;
}
.social .soc-btn {