Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created July 23, 2013 16:36
Show Gist options
  • Select an option

  • Save pablolobos/6063912 to your computer and use it in GitHub Desktop.

Select an option

Save pablolobos/6063912 to your computer and use it in GitHub Desktop.
mixin: center-block
@mixin center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment