desenvolvimento #5

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

View File

@ -51,6 +51,18 @@
max-width: 100%;
}
}
@media screen and (max-width: 64.0625em) {
.carouselContainer .productImage {
min-width: 296px;
max-width: 100%;
}
}
@media screen and (max-width: 23.375em) {
.carouselContainer .productImage {
min-width: 0;
max-width: 100%;
}
}
.carouselContainer .productImage .productImageTag- {
max-height: 100% !important;
margin-bottom: 1em;

View File

@ -52,6 +52,14 @@
min-width: 904px;
max-width:100%;
}
@media screen and (max-width: 64.0625em){
min-width: 296px;
max-width:100%;
}
@media screen and (max-width: 23.375em){
min-width: 0;
max-width:100%;
}
.productImageTag-{
max-height: 100% !important;
margin-bottom: 1em;