style: adicionando margin-right no Tab Layout

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-02-08 17:06:30 -03:00
parent 9275b80a2c
commit 267324750b
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 {