css: don't stretch img

This commit is contained in:
Stefan Bühler 2024-12-30 22:20:25 +01:00
parent 6bf9758605
commit 61d8457225

View File

@ -41,7 +41,7 @@
}
.cte-events /* .cte-event .cte-summary */ .cte-image img {
width: 100%;
height: 100%;
/* height: 100%; */
object-fit: cover;
vertical-align: middle;
border-style: none;