Skip to content

Instantly share code, notes, and snippets.

@poshwaffle
Last active February 6, 2019 20:01
Show Gist options
  • Save poshwaffle/eb55a8d69fd06bd8d2e7a98b0dcd60c8 to your computer and use it in GitHub Desktop.
Save poshwaffle/eb55a8d69fd06bd8d2e7a98b0dcd60c8 to your computer and use it in GitHub Desktop.
css.css
.fl-module-post-grid .staff .p1440_content_feed_staff {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.staff .p1440_content_feed_details {
-webkit-box-flex: 1;
-ms-flex: 1 1 120px;
flex: 1 1 120px;
}
@media (min-width: 993px) and (max-width: 1052px) {
.staff .p1440_content_feed_details {
-webkit-box-flex: 1;
-ms-flex: 1 1 140px;
flex: 1 1 140px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment