Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created February 11, 2015 12:45
Show Gist options
  • Save pablolobos/4929dc3e529c2d72e749 to your computer and use it in GitHub Desktop.
Save pablolobos/4929dc3e529c2d72e749 to your computer and use it in GitHub Desktop.
scss_vertical-center.scss
@mixin vertically-centred
{
display: flex;
align-items: center;
justify-content: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment