5 lines
87 B
CSS
5 lines
87 B
CSS
|
.affiche-dac img {
|
||
|
width: 100%;
|
||
|
max-height: 50vh;
|
||
|
object-fit: scale-down;
|
||
|
}
|