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

29 lines
512 B
SCSS
Raw Normal View History

.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;
}
}
2023-01-25 02:11:24 +00:00
@media screen and (max-width: 1024px) {
.container--title-related-products{
margin-bottom: 24px;
}
}
2023-01-25 12:52:39 +00:00
@media screen and (max-width: 768px) {
.container--title-related-products{
.heading--title-related-products{
font-size: 20px;
}
}
}