13 lines
224 B
SCSS
13 lines
224 B
SCSS
.container--title-shelf {
|
|
text-align: center;
|
|
display: block !important;
|
|
|
|
.paragraph--title-shelf {
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
color: #575757;
|
|
margin: 12px 0 0 0;
|
|
}
|
|
}
|