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

21 lines
361 B
SCSS

.container--title-related-products{
justify-content: center;
margin-top: 16px;
margin-bottom: 32px;
.heading--title-related-products{
font-weight: 400;
font-size: 24px;
line-height: 38px;
color: #575757;
margin: 0;
}
}
@media screen and (max-width: 1024px) {
.container--title-related-products{
margin-bottom: 24px;
}
}