1
0
Fork 0
registradores-de-datos-ambi.../mi-pagina-web-personal-master/scss/_products.scss

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;
}
}
}