forked from M3-Academy/challenge-vtex-io
Merge pull request 'Entrega do Desafio' (#12) from develop into master
Reviewed-on: #12
This commit is contained in:
commit
10fa321021
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user