fix: Ajustando tamanho de imagem #27

Merged
SavioCarvalhoMoraes merged 1 commits from feature/shelf into development 2023-02-10 20:14:49 +00:00
5 changed files with 4 additions and 12 deletions

View File

@ -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;

View File

@ -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;
} }

View File

@ -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) {
}

View File

@ -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;

View File

@ -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;