Make all entries the same size in blog

This commit is contained in:
Christian Wolf 2024-02-05 20:12:40 +01:00
parent 39984fe27c
commit 297e955423

View File

@ -585,10 +585,10 @@ h1 {
.teaser-image {
flex: 33% 1 0;
height: 190px;
img {
width: 90%;
height: 190px;
object-fit: contain;
object-position: left top;
}