Skip to content

Instantly share code, notes, and snippets.

@ejcabquina
Created March 12, 2021 01:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ejcabquina/8ff18b4c23beaef9e1550b16291bd4b7 to your computer and use it in GitHub Desktop.
section#wpsp-9282 .wp-show-posts-inner {
transform: translateY(0);
transition: all .3s cubic-bezier(.33,.66,.66,1);
}
section#wpsp-9282 .wp-show-posts-inner:hover {
transform: translateY(-0.5em);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment