feat(actualites): allow cover images in articles
This commit is contained in:
parent
de71802475
commit
92e391ae1c
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
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ body {
|
|||
font-weight: 400;
|
||||
margin: 0;
|
||||
font-size: 17px;
|
||||
line-height: 1.6;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue