desenvolvimento #5

Merged
Gustavo_Rallenson_Goncalves_Da_Silva merged 69 commits from desenvolvimento into Develop 2023-02-10 10:35:46 +00:00
4 changed files with 4 additions and 2 deletions
Showing only changes of commit 2f8917bc47 - Show all commits

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