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 {
display: block;
width: 100%;
height: 100%;
width: auto;
height: auto;
max-width: 130px;
max-height: 65px;
object-fit: contain;
object-position: left center;