fix(store-footer): constrain brand logo dimensions
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user