19 lines
330 B
SCSS
19 lines
330 B
SCSS
.container--newsletter-title {
|
|
background-color: #000000;
|
|
justify-content: center;
|
|
}
|
|
|
|
.paragraph--newsletter-title {
|
|
font-weight: 400;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
margin: 32px 0 0 0;
|
|
height: 38px;
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
margin-top: 64px;
|
|
}
|
|
}
|