forked from M3-Academy/challenge-vtex-io
refactor/altera-margens-titulo-prateleira #43
@ -149,4 +149,10 @@
|
||||
|
||||
.sellingPrice--hasListPrice {
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.sellingPrice--hasListPrice {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
}
|
@ -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) {
|
||||
|
@ -141,3 +141,9 @@
|
||||
.sellingPrice--hasListPrice {
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.sellingPrice--hasListPrice {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user