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