Skip to content

Instantly share code, notes, and snippets.

@mwvd
Last active March 14, 2018 15:47
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 mwvd/079a826dc58bf003b23322da60506df6 to your computer and use it in GitHub Desktop.
Save mwvd/079a826dc58bf003b23322da60506df6 to your computer and use it in GitHub Desktop.
min github feed with cards on hover
.d-flex > .d-flex > div:last-child {
display: none;
}
.d-flex:hover > .d-flex > div:last-child {
display: block;
}
.d-flex > .flex-justify-between > div {
display: flex !important;
}
@mwvd
Copy link
Author

mwvd commented Mar 14, 2018

rip mm blog 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment