feat(actualites): allow cover images in articles
This commit is contained in:
parent
578f913430
commit
b9aa6720a7
3 changed files with 19 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue