Skip to content

Instantly share code, notes, and snippets.

@victor-falcon
Created May 11, 2012 10:43
Show Gist options
  • Save victor-falcon/2658912 to your computer and use it in GitHub Desktop.
Save victor-falcon/2658912 to your computer and use it in GitHub Desktop.
Make links more responsive
/*
Moving the link 1px this gives the feeling of being clickable
*/
a:active { position: relative; top: 1px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment