22 lines
394 B
SCSS
22 lines
394 B
SCSS
.container--title-shelf {
|
|
display: block;
|
|
text-align: center;
|
|
|
|
.paragraph--title-shelf {
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
|
|
color: #575757;
|
|
margin: 0;
|
|
|
|
@media screen and (min-width: 1920px) {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
@media screen and (min-width: 375px) and (max-width: 768px) {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
}
|