17 lines
256 B
SCSS
17 lines
256 B
SCSS
.title {
|
|
font-size: 0px;
|
|
|
|
&::after {
|
|
content: "Você também pode gostar:";
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
|
|
text-align: center;
|
|
|
|
color: #575757;
|
|
}
|
|
}
|