Skip to content

Commit

Permalink
Fix: flex hero buttons on mobile [TMZ-302](#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
mserino authored Jan 13, 2025
1 parent 5fbf094 commit c3fc764
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/content/assets/scss/hello-plus-flex-hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,10 @@
&__ctas-container {
display: flex;
gap: var(--flex-hero-buttons-space-between);

@media screen and (max-width: $screen-tablet-max) {
flex-direction: column;
}
}

&__button-icon {
Expand Down

0 comments on commit c3fc764

Please sign in to comment.