forked from M3-Academy/challenge-vtex-io
fix: Consertado o tamanho da imagem
This commit is contained in:
parent
a3392fd35d
commit
02fa36c226
@ -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;
|
||||||
|
@ -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) {
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user