Skip to content

Instantly share code, notes, and snippets.

@Shininglow
Created March 19, 2018 09:25
Show Gist options
  • Save Shininglow/a0b3f559e97473dc7abb246666bd87d7 to your computer and use it in GitHub Desktop.
Save Shininglow/a0b3f559e97473dc7abb246666bd87d7 to your computer and use it in GitHub Desktop.
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item>*:last-child {
display: flex;
flex-direction: column;
}
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-carousel__item-link, .jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner, .jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner__link {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment