website/assets/sass/article.scss
2022-12-10 18:01:26 +01:00

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;
}