FIX: proporcion de imagenes en ficha de productos

This commit is contained in:
2020-05-27 17:44:07 -04:00
parent b7f0ffe682
commit ba438e540e
6 changed files with 53 additions and 21 deletions

View File

@ -82,7 +82,14 @@
}
}
.image {
height: 11rem;
overflow: hidden;
display: flex;
align-items: center;
img {
width: 100%;
vertical-align: middle;
}
}
.overlay {
background-color: #0d103c;

View File

@ -37,7 +37,14 @@
}
}
.image {
height: 11rem;
overflow: hidden;
display: flex;
align-items: center;
img {
width: 100%;
vertical-align: middle;
}
}
.overlay {
background-color: $azul-oscuro;