fix(store-footer): constrain brand logo dimensions

This commit is contained in:
2026-09-21 15:19:45 -03:00
parent 49eaf0ad65
commit 32f86d14d6

View File

@@ -22,8 +22,9 @@
.store-layout__brand-logo { .store-layout__brand-logo {
display: block; display: block;
width: 100%; width: auto;
height: 100%; height: auto;
max-width: 130px;
max-height: 65px; max-height: 65px;
object-fit: contain; object-fit: contain;
object-position: left center; object-position: left center;