Force la taille des images dans les vignettes pour avoir un rendu homogène

This commit is contained in:
Charlie Mathey 2024-12-18 10:57:46 +01:00
parent 140497bcd4
commit 87e5d229c5
2 changed files with 5 additions and 6 deletions

View File

@ -101,4 +101,4 @@
set_toggle('check-taille-16',"[roues='16']")
set_toggle('check-taille-autre','[roues="Au"]')
</script>
</script>

View File

@ -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 {
@ -80,4 +79,4 @@ li.date-entree {
right: 10px;
font-size: x-small;
color: gray;
}
}