fix: revendo o espaçamento do nome e modelo do produto

This commit is contained in:
Adilson Fernando Neves Ornellas 2023-02-08 12:57:00 -03:00
parent e9a5d11935
commit 5f9f8c8729
2 changed files with 6 additions and 6 deletions

View File

@ -64,15 +64,14 @@
display: flex;
justify-content: flex-end;
align-items: end;
margin: 0;
margin-top: 8px;
margin: 0 !important;
margin-bottom: 24px !important;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: rgba(146, 146, 146, 0.48);
margin-bottom: 24px;
}
@media (max-width: 1024px) {
.flexColChild--info-availability :global(.vtex-product-identifier-0-x-product-identifier) {
@ -129,6 +128,7 @@
font-size: 14px;
line-height: 19px;
color: rgba(146, 146, 146, 0.48);
margin-bottom: 24px !important;
}
.flexCol--divImgDescription {

View File

@ -47,15 +47,14 @@
display: flex;
justify-content: flex-end;
align-items: end;
margin: 0;
margin-top: 8px;
margin: 0 !important;
margin-bottom: 24px !important;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: rgba(146, 146, 146, 0.48);
margin-bottom: 24px
}
@media (max-width: 1024px) {
:global(.vtex-product-identifier-0-x-product-identifier) {
@ -107,6 +106,7 @@
font-size: 14px;
line-height: 19px;
color: rgba(146, 146, 146, 0.48);
margin-bottom: 24px !important;
}
}