16 lines
255 B
SCSS
16 lines
255 B
SCSS
|
.article-header {
|
||
|
hr {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
.article-title {
|
||
|
margin-block-start: 0;
|
||
|
line-height: 1.15;
|
||
|
letter-spacing: -0.022rem;
|
||
|
}
|
||
|
.article-summary {
|
||
|
font-style: italic;
|
||
|
line-height: 1.15;
|
||
|
letter-spacing: -0.022rem;
|
||
|
margin-block-start: 0.5rem;
|
||
|
}
|