fix: Consertado o tamanho da imagem

This commit is contained in:
Savio Carvalho Moraes 2023-02-09 20:14:30 -03:00
parent a3392fd35d
commit 02fa36c226
2 changed files with 26 additions and 4 deletions

View File

@ -13,10 +13,21 @@
margin: 0 0 0 0 !important; margin: 0 0 0 0 !important;
} }
.carouselContainer .productImageTag { .productImageTag {
max-height: none !important; max-height: none !important;
} }
/*
.productImagesGallerySlide {
.productImageTag {
width: 800px;
}
}
*/
.productImagesThumb {
margin-right: 16px;
}
.productBrand { .productBrand {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;

View File

@ -2,12 +2,20 @@
max-width: 100%; max-width: 100%;
margin: 0 0 0 0 !important; margin: 0 0 0 0 !important;
} }
.productImageTag {
.carouselContainer { max-height: none !important;
}
/*
.productImagesGallerySlide {
.productImageTag { .productImageTag {
max-height: none !important; width: 800px;
} }
} }
*/
.productImagesThumb {
margin-right: 16px;
}
.productBrand { .productBrand {
display: flex; display: flex;
@ -246,3 +254,6 @@
} }
} }
} }
@media screen and (max-width: 1024px) {
}