Skip to content

Instantly share code, notes, and snippets.

@marioblas
Last active April 17, 2016 17:45
Show Gist options
  • Select an option

  • Save marioblas/9952094 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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