19 lines
374 B
SCSS
19 lines
374 B
SCSS
.container{
|
|
justify-content: center;
|
|
padding: 16px 0;
|
|
.heading{
|
|
font-size: 0;
|
|
text-align: center;
|
|
&::before{
|
|
content: 'Você também pode gostar:';
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
color: #575757;
|
|
}
|
|
}
|
|
}
|