Skip to content

Instantly share code, notes, and snippets.

@maxxscho
Created December 5, 2014 09:15
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 maxxscho/b8f80688cd6236352487 to your computer and use it in GitHub Desktop.
Save maxxscho/b8f80688cd6236352487 to your computer and use it in GitHub Desktop.
Centers a block element
// Center a block element
@mixin center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment