Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Last active September 8, 2016 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarongustafson/687460d93058a8422931a177b1f635e0 to your computer and use it in GitHub Desktop.
Save aarongustafson/687460d93058a8422931a177b1f635e0 to your computer and use it in GitHub Desktop.
@supports (display: flex) {
.project--minipromo[data-imaged] {
display: flex;
flex-wrap: none;
padding: 0;
}
.project--minipromo[data-imaged] picture {
flex: 0 1 50%;
margin-right: 1.375rem;
}
.project--minipromo[data-imaged] h2 {
flex: 0 1 50%;
margin: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment