fixed stores display
This commit is contained in:
14
public/assets/css/merchbay/styles.css
vendored
14
public/assets/css/merchbay/styles.css
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user