15 lines
251 B
SCSS
15 lines
251 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;
|
|
}
|
|
}
|