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 {