16 lines
241 B
SCSS
16 lines
241 B
SCSS
.container--shelf-title {
|
|
justify-content: center;
|
|
}
|
|
|
|
.heading--shelf-title {
|
|
margin: 16px 0 32px 0;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
color: $color-gray6;
|
|
font-weight: 400;
|
|
|
|
@include mq(sm, max) {
|
|
font-size: 20px;
|
|
}
|
|
}
|