From 804e808133daf0a9aacc60c6e4812f45d7eedcce Mon Sep 17 00:00:00 2001 From: Maggie Serino Date: Fri, 3 Jan 2025 16:43:03 +0100 Subject: [PATCH] TMZ-280 Flex Hero - fix image width when showcase on desktop --- modules/content/assets/scss/hello-plus-flex-hero.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/content/assets/scss/hello-plus-flex-hero.scss b/modules/content/assets/scss/hello-plus-flex-hero.scss index 4190ce3..33d244a 100644 --- a/modules/content/assets/scss/hello-plus-flex-hero.scss +++ b/modules/content/assets/scss/hello-plus-flex-hero.scss @@ -232,6 +232,11 @@ &-showcase { @media screen and (min-width: $screen-desktop-min) { flex-direction: row; + + & .ehp-flex-hero__content-container, + & .ehp-flex-hero__image { + flex-basis: 50%; + } } & .ehp-flex-hero__content-container {