Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Created October 4, 2016 19:12
Show Gist options
  • Save Farmatique/f079c21df1f5bb136289c4176523afee to your computer and use it in GitHub Desktop.
Save Farmatique/f079c21df1f5bb136289c4176523afee to your computer and use it in GitHub Desktop.
Flex compatibility
display: flex;
align-items: center;
/* for Safari 8 */
display: -webkit-flex;
-webkit-align-items:center;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment