Skip to content

Instantly share code, notes, and snippets.

@Mindgames
Created July 19, 2015 21:22
Show Gist options
  • Save Mindgames/9342f4f7912579314586 to your computer and use it in GitHub Desktop.
Save Mindgames/9342f4f7912579314586 to your computer and use it in GitHub Desktop.
Less Helpers
// Vertical align div
.vc {
display: table;
width: 100%;
height: 100%;
> div {
display: table-cell;
vertical-align: middle;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment