16 lines
175 B
SCSS
16 lines
175 B
SCSS
|
.article__date {
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.article__featured-image {
|
||
|
max-width: 100%;
|
||
|
|
||
|
img {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.article {
|
||
|
line-height: 1.8rem;
|
||
|
}
|