diff --git a/src/app/core/layout/store-layout/store-footer/store-footer.component.scss b/src/app/core/layout/store-layout/store-footer/store-footer.component.scss index e2cb705..058bac4 100644 --- a/src/app/core/layout/store-layout/store-footer/store-footer.component.scss +++ b/src/app/core/layout/store-layout/store-footer/store-footer.component.scss @@ -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;