forked from M3-Academy/challenge-vtex-io
Develop #6
@ -58,8 +58,23 @@
|
||||
.html--pdp-productMain :global(.vtex-store-components-3-x-container){
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 320px){
|
||||
.html--pdp-descriptions :global(.vtex-store-components-3-x-productImageTag){
|
||||
min-width: 100% !important;
|
||||
max-height: 100% !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1024px) {
|
||||
.html--pdp-descriptions :global(.vtex-store-components-3-x-productImageTag){
|
||||
min-width: 296px;
|
||||
}
|
||||
.html--pdp-descriptions :global(.vtex-flex-layout-0-x-stretchChildrenWidth){
|
||||
align-items: center;
|
||||
}
|
||||
.html--pdp-descriptions :global(.vtex-store-components-3-x-productImagesContainer){
|
||||
width: auto;
|
||||
|
||||
}
|
||||
.html--pdp-departamens div ul{
|
||||
flex-direction: column;
|
||||
justify-content: end;
|
||||
|
@ -152,10 +152,8 @@
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
.productDescriptionContainer .productImageTag {
|
||||
min-width: 296px;
|
||||
}
|
||||
.productDescriptionContainer {
|
||||
background: pink;
|
||||
}
|
||||
.productDescriptionContainer .productDescriptionTitle {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
|
@ -143,11 +143,7 @@
|
||||
}
|
||||
}
|
||||
.productDescriptionContainer{
|
||||
.productImageTag{
|
||||
@media screen and (max-width: 1024px){
|
||||
min-width: 296px;
|
||||
}
|
||||
}
|
||||
background: pink;
|
||||
.productDescriptionTitle{
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-style: normal;
|
||||
|
Loading…
Reference in New Issue
Block a user