feat(carrousel):ajustando setas mobile

This commit is contained in:
Gustavo Rallenson Gonçalves Da Silva 2023-02-08 13:41:28 -03:00
parent 6aae57088e
commit 2f8917bc47
4 changed files with 4 additions and 2 deletions

View File

@ -170,6 +170,7 @@
height: max-content;
min-height: max-content;
max-width: 274px;
max-height: 100%;
}
}
@media screen and (max-width: 1024px) {

View File

@ -57,7 +57,7 @@
}
@media screen and (max-width: 1024px) {
.nameContainer .productNameContainer--pdp-name {
max-height: 80px;
max-height: 50px;
}
}

View File

@ -161,6 +161,7 @@
height: max-content;
min-height: max-content;
max-width: 274px;
max-height: 100%;
}
}
:global(.vtex-slider-layout-0-x-sliderTrackContainer--pdp-carrousel){

View File

@ -49,7 +49,7 @@
.productNameContainer--pdp-name{
@media screen and (max-width: 1024px){
max-height: 80px;
max-height: 50px;
}
}
}