From b87a2847a2a248a1b5b5de4ef2b21019880b466b Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 5 Feb 2024 21:16:23 +0100 Subject: [PATCH] Fix height of blog in mobile view --- themes/tsc_vfl/assets/css/main.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/tsc_vfl/assets/css/main.scss b/themes/tsc_vfl/assets/css/main.scss index 92dfae1..6a1431b 100644 --- a/themes/tsc_vfl/assets/css/main.scss +++ b/themes/tsc_vfl/assets/css/main.scss @@ -584,8 +584,13 @@ h1 { } .teaser-image { - flex: 33% 1 0; + flex: auto 0 0; + display: block; height: 190px; + + @include media-large(){ + flex: 33% 1 0; + } img { width: 90%;