fixed stores display

This commit is contained in:
franknstayn
2021-07-13 20:32:47 +08:00
parent ca21367c8a
commit c8f01f1f8b
2 changed files with 12 additions and 4 deletions

View File

@@ -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 {