From 818cf73e02fa516433bf7699695010beb87b2585 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 27 Nov 2023 10:10:30 +0100 Subject: [PATCH] updating block timeline to handle illustration size format --- resources/css/blocks/timeline.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/css/blocks/timeline.css b/resources/css/blocks/timeline.css index 43f1fb8..d041172 100644 --- a/resources/css/blocks/timeline.css +++ b/resources/css/blocks/timeline.css @@ -32,6 +32,12 @@ max-height: 450px; } } + &--illustration { + img { + @apply w-full; + max-height: 450px; + } + } } &--has-lateral-cover {