Skip to content

Instantly share code, notes, and snippets.

@marioblas
Last active April 17, 2016 17:45
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save marioblas/9952094 to your computer and use it in GitHub Desktop.
Save marioblas/9952094 to your computer and use it in GitHub Desktop.
Twitter Bootstrap - Align vertically a column
/* Align vertically a column */
.v-align {
float: none;
display: inline-block;
vertical-align: middle;
}
@amrfaisal
Copy link

This won't work for more than two columns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment