listing des articles un peu plus fournis

This commit is contained in:
Matthieu Bessat 2022-09-30 14:51:47 +02:00
parent 2fe8d5a5ae
commit 207e46f02b
25 changed files with 263 additions and 119 deletions

11
assets/sass/article.scss Normal file
View file

@ -0,0 +1,11 @@
.article__date {
font-style: italic;
}
.article__featured-image {
max-width: 100%;
img {
max-width: 100%;
}
}