forked from M3-Academy/challenge-vtex-io
Merge pull request 'development' (#45) from development into master
Reviewed-on: #45
This commit is contained in:
commit
790cdd26bf
@ -150,3 +150,15 @@
|
||||
.sellingPrice--hasListPrice {
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.sellingPrice--hasListPrice {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.listPrice--product-list-price {
|
||||
font-size: 12px;
|
||||
}
|
||||
.sellingPriceValue {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
@ -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,17 @@
|
||||
.sellingPrice--hasListPrice {
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.sellingPrice--hasListPrice {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.listPrice--product-list-price {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.sellingPriceValue {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
@ -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