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