feat(actualites): allow cover images in articles

This commit is contained in:
Matthieu Bessat 2024-09-15 18:26:10 +02:00
parent de71802475
commit 92e391ae1c
3 changed files with 19 additions and 6 deletions

View file

@ -18,11 +18,10 @@
text-align: center;
img {
object-fit: fit;
aspect-ratio: 1;
max-height: 50vh;
max-height: 40vh;
max-width: 100%;
}
margin-bottom: 0;
}
// card in list

View file

@ -12,7 +12,7 @@ body {
font-weight: 400;
margin: 0;
font-size: 17px;
line-height: 1.6;
line-height: 1.5;
}
* {