Force la taille des images dans les vignettes pour avoir un rendu homogène
This commit is contained in:
parent
140497bcd4
commit
87e5d229c5
@ -47,10 +47,9 @@
|
||||
|
||||
.image {
|
||||
display: block;
|
||||
max-width:100%;
|
||||
max-height:150px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
Loading…
x
Reference in New Issue
Block a user