refactor/altera-margens-titulo-prateleira #43

Merged
Rafael_Sampaio_de_Oliveira merged 3 commits from refactor/altera-margens-titulo-prateleira into development 2023-02-08 17:22:42 +00:00
4 changed files with 16 additions and 2 deletions

View File

@ -149,4 +149,10 @@
.sellingPrice--hasListPrice {
margin-bottom: 32px;
}
@media (max-width: 1024px) {
.sellingPrice--hasListPrice {
margin-bottom: 24px;
}
}

View File

@ -13,11 +13,12 @@
font-weight: 400;
font-size: 24px;
line-height: 38px;
margin: 16px 0 32px 0;
}
@media (max-width: 1024px) {
.heading-level-1 {
margin-top: 16px;
margin: 16px 0 24px 0;
}
}
@media (max-width: 767px) {

View File

@ -141,3 +141,9 @@
.sellingPrice--hasListPrice {
margin-bottom: 32px;
}
@media (max-width: 1024px) {
.sellingPrice--hasListPrice {
margin-bottom: 24px;
}
}

View File

@ -3,11 +3,12 @@
font-weight: 400;
font-size: 24px;
line-height: 38px;
margin: 16px 0 32px 0;
}
@media (max-width: 1024px) {
.heading-level-1 {
margin-top: 16px;
margin: 16px 0 24px 0;
}
}