Skip to content

Commit

Permalink
TMZ-280 Flex Hero - fix image width when showcase on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
mserino committed Jan 3, 2025
1 parent bb5b03e commit 804e808
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/content/assets/scss/hello-plus-flex-hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 804e808

Please sign in to comment.