forked from M3-Academy/challenge-vtex-io
Merge pull request 'fix: Ajustando tamanho de imagem' (#27) from feature/shelf into development
Reviewed-on: #27
This commit is contained in:
commit
4ad514b06e
@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
@media screen and (max-width: 1024px) {
|
||||||
.flexRowContent {
|
.flexRowContent {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
color: rgba(146, 146, 146, 0.48);
|
color: rgba(146, 146, 146, 0.48);
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
@media screen and (max-width: 1024px) {
|
||||||
.product-identifier--productReference {
|
.product-identifier--productReference {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
/*.sliderLayoutContainer {
|
|
||||||
margin: 0 40px 0 40px;
|
|
||||||
.sliderRightArrow {
|
|
||||||
right: 100px;
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
.sliderLayoutContainer {
|
.sliderLayoutContainer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 16px 0 16px;
|
padding: 0 16px 0 16px;
|
||||||
@ -23,5 +17,3 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
|
||||||
}
|
|
||||||
|
@ -366,7 +366,7 @@
|
|||||||
.productDescriptionText {
|
.productDescriptionText {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
@media screen and (max-width: 1024px) {
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 32px;
|
gap: 32px;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
@media screen and (max-width: 1024px) {
|
||||||
.listContainer {
|
.listContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user