forked from M3-Academy/challenge-vtex-io
Merge pull request 'Entrega do Desafio' (#17) from feature/challenge-vtex-io into develop
Reviewed-on: #17
This commit is contained in:
commit
8057d7bd95
@ -676,6 +676,7 @@
|
||||
}
|
||||
@media (max-width: 2561px) and (min-width: 1920px) {
|
||||
.productDescriptionContainer .productDescriptionTitle {
|
||||
font-size: 32px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
@ -698,6 +699,12 @@
|
||||
line-height: 22px;
|
||||
color: #929292;
|
||||
}
|
||||
@media (max-width: 2561px) and (min-width: 1920px) {
|
||||
.productDescriptionContainer .productDescriptionText .container .content :first-child {
|
||||
font-size: 18px;
|
||||
line-height: 25px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1025px) and (min-width: 768px) {
|
||||
.productDescriptionContainer .productDescriptionText .container .content :first-child {
|
||||
font-size: 14px;
|
||||
|
@ -667,6 +667,7 @@
|
||||
line-height: 32px;
|
||||
color: #575757;
|
||||
@media (max-width: 2561px) and (min-width: 1920px) {
|
||||
font-size: 32px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
@media (max-width: 1025px) and (min-width: 768px) {
|
||||
@ -685,6 +686,10 @@
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
color: $gray;
|
||||
@media (max-width: 2561px) and (min-width: 1920px) {
|
||||
font-size: 18px;
|
||||
line-height: 25px;
|
||||
}
|
||||
@media (max-width: 1025px) and (min-width: 768px) {
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
|
Loading…
Reference in New Issue
Block a user