Created
October 4, 2016 19:12
-
-
Save Farmatique/f079c21df1f5bb136289c4176523afee to your computer and use it in GitHub Desktop.
Flex compatibility
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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