registradores-de-datos-ambi.../mi-pagina-web-personal-master/scss/_products.scss
AlejoBonifacio be47c339ea
1
1
2020-03-18 22:01:52 -03:00

21 lines
383 B
SCSS

.product-item {
@media (min-width: 992px) {
.product-item-title {
position: relative;
z-index: 1;
margin-bottom: -3rem;
}
.product-item-img {
position: relative;
z-index: 0;
max-width: 60vw;
}
.product-item-description {
position: relative;
z-index: 1;
margin-top: -3rem;
max-width: 50vw;
}
}
}