diff --git a/public/assets/css/merchbay/styles.css b/public/assets/css/merchbay/styles.css index d979997..63948d9 100755 --- a/public/assets/css/merchbay/styles.css +++ b/public/assets/css/merchbay/styles.css @@ -147,19 +147,20 @@ li.footer-menu-item a:hover { } .store-logo { height: 165px; - border: 1px solid #e2e2e2; + /* border: 1px solid #e2e2e2; */ position: relative; } .store-logo img { - object-fit: contain; + /* object-fit: contain; */ width: 100%; max-height: 250px; height: 165px; top: 0; bottom: 0; margin: auto; - padding: 5px; + /* padding: 5px; */ + box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); } .product-image img { @@ -347,6 +348,13 @@ span.designer-text{ .store-logo img { /* max-height: 100%; */ height: 150px; + object-fit: contain; + box-shadow: unset; + /* width: 1; */ + } + + .store-name{ + text-align: center; } .product-image img { diff --git a/resources/views/teamstore-sublayouts/stores.blade.php b/resources/views/teamstore-sublayouts/stores.blade.php index ac362b6..8592a44 100755 --- a/resources/views/teamstore-sublayouts/stores.blade.php +++ b/resources/views/teamstore-sublayouts/stores.blade.php @@ -6,7 +6,7 @@