Force la taille des images dans les vignettes pour avoir un rendu homogène
This commit is contained in:
parent
140497bcd4
commit
87e5d229c5
@ -101,4 +101,4 @@
|
|||||||
set_toggle('check-taille-16',"[roues='16']")
|
set_toggle('check-taille-16',"[roues='16']")
|
||||||
set_toggle('check-taille-autre','[roues="Au"]')
|
set_toggle('check-taille-autre','[roues="Au"]')
|
||||||
|
|
||||||
</script>
|
</script>
|
@ -47,10 +47,9 @@
|
|||||||
|
|
||||||
.image {
|
.image {
|
||||||
display: block;
|
display: block;
|
||||||
max-width:100%;
|
object-fit: cover;
|
||||||
max-height:150px;
|
width: 100%;
|
||||||
width: auto;
|
height: 100px;
|
||||||
height: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
@ -80,4 +79,4 @@ li.date-entree {
|
|||||||
right: 10px;
|
right: 10px;
|
||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user