From 297e955423b71b601ee3269eaa611296898e5fdf Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 5 Feb 2024 20:12:40 +0100 Subject: [PATCH] Make all entries the same size in blog --- themes/tsc_vfl/assets/css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tsc_vfl/assets/css/main.scss b/themes/tsc_vfl/assets/css/main.scss index c44c2ee..7ab1c26 100644 --- a/themes/tsc_vfl/assets/css/main.scss +++ b/themes/tsc_vfl/assets/css/main.scss @@ -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; }