Skip to content

Instantly share code, notes, and snippets.

@raamdev
Created May 28, 2014 21:24
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 raamdev/33d257520050189aa421 to your computer and use it in GitHub Desktop.
Save raamdev/33d257520050189aa421 to your computer and use it in GitHub Desktop.
fix social button alignment for sgclark.com
#menu-social ul li {
float: right;
}
@media only screen and (max-width: 1200px) {
#menu-social ul li {
float: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment