Skip to content

Instantly share code, notes, and snippets.

@Troland
Created June 28, 2018 16:00
Show Gist options
  • Save Troland/6c6a43e6d244f6d09b15eaa228df5c22 to your computer and use it in GitHub Desktop.
Save Troland/6c6a43e6d244f6d09b15eaa228df5c22 to your computer and use it in GitHub Desktop.
.flex-vertical-direction {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
flex-direction: column;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment