challenge-vtex-io-caina/styles/sass/pages/product/vtex.rich-text.scss

23 lines
458 B
SCSS
Raw Normal View History

2023-01-26 21:08:57 +00:00
.container--title-prateleira {
margin-top: 16px;
margin-bottom: 32px;
@media screen and (max-width: 1024px) {
margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
margin-bottom: 16px;
}
2023-01-26 21:08:57 +00:00
.paragraph--title-prateleira {
margin: 0;
font-weight: 400;
font-size: 24px;
line-height: 38px;
color: $color-gray8;
@media screen and (max-width: 768px) {
font-size: 20px;
line-height: 38px;
}
2023-01-26 21:08:57 +00:00
}
}