website/assets/sass/article.scss

15 lines
150 B
SCSS
Raw Normal View History

.article__date {
font-style: italic;
}
.article__featured-image {
max-width: 100%;
img {
max-width: 100%;
}
}
2022-10-14 18:56:56 +00:00
.article {
}