Skip to content

Instantly share code, notes, and snippets.

@danielwarnersmith
Created June 4, 2015 21:56
Show Gist options
  • Save danielwarnersmith/0516481e2d203eeba0fc to your computer and use it in GitHub Desktop.
Save danielwarnersmith/0516481e2d203eeba0fc to your computer and use it in GitHub Desktop.
Media madness
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