Created
June 4, 2015 21:56
-
-
Save danielwarnersmith/0516481e2d203eeba0fc to your computer and use it in GitHub Desktop.
Media madness
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
106 @media (min-width: @screen-md-min) { | |
107 .vertical-align { | |
108 //border: 2px solid black; | |
109 /* Medium devices (desktops, 992px and up) */ | |
110 display: -webkit-flex; | |
111 display: flex; | |
112 -webkit-align-items: center; | |
113 align-items: center; | |
114 } | |
115 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment