Merge pull request 'Entrega do Desafio' (#12) from develop into master

Reviewed-on: #12
This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-02-08 21:10:24 +00:00
commit 10fa321021
2 changed files with 6 additions and 0 deletions

View File

@ -601,6 +601,7 @@
max-height: unset;
position: relative;
margin-left: 32px;
margin-right: 16px;
}
@media (max-width: 2561px) and (min-width: 1920px) {
.productImagesContainer--image-description {
@ -611,6 +612,7 @@
.productImagesContainer--image-description {
width: 100%;
margin-left: 0;
margin-right: 0;
margin-bottom: 16px;
}
}
@ -618,6 +620,7 @@
.productImagesContainer--image-description {
width: 100%;
margin-left: 0;
margin-right: 0;
margin-bottom: 16px;
}
}

View File

@ -600,17 +600,20 @@
max-height: unset;
position: relative;
margin-left: 32px;
margin-right: 16px;
@media (max-width: 2561px) and (min-width: 1920px) {
width: 94.784%;
}
@media (max-width: 1025px) and (min-width: 768px) {
width: 100%;
margin-left: 0;
margin-right: 0;
margin-bottom: 16px;
}
@media (max-width: 768px) and (min-width: 375px) {
width: 100%;
margin-left: 0;
margin-right: 0;
margin-bottom: 16px;
}
.productImage--image-description {