forked from M3-Academy/challenge-vtex-io
style: adicionando margin-right no Tab Layout
This commit is contained in:
parent
9275b80a2c
commit
267324750b
@ -601,6 +601,7 @@
|
|||||||
max-height: unset;
|
max-height: unset;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 32px;
|
margin-left: 32px;
|
||||||
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
@media (max-width: 2561px) and (min-width: 1920px) {
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
||||||
.productImagesContainer--image-description {
|
.productImagesContainer--image-description {
|
||||||
@ -611,6 +612,7 @@
|
|||||||
.productImagesContainer--image-description {
|
.productImagesContainer--image-description {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -618,6 +620,7 @@
|
|||||||
.productImagesContainer--image-description {
|
.productImagesContainer--image-description {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -600,17 +600,20 @@
|
|||||||
max-height: unset;
|
max-height: unset;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 32px;
|
margin-left: 32px;
|
||||||
|
margin-right: 16px;
|
||||||
@media (max-width: 2561px) and (min-width: 1920px) {
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
||||||
width: 94.784%;
|
width: 94.784%;
|
||||||
}
|
}
|
||||||
@media (max-width: 1025px) and (min-width: 768px) {
|
@media (max-width: 1025px) and (min-width: 768px) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
@media (max-width: 768px) and (min-width: 375px) {
|
@media (max-width: 768px) and (min-width: 375px) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
.productImage--image-description {
|
.productImage--image-description {
|
||||||
|
Loading…
Reference in New Issue
Block a user