Skip to content

Instantly share code, notes, and snippets.

View danielwarnersmith's full-sized avatar
🌴
On vacation

Daniel Warner Smith danielwarnersmith

🌴
On vacation
View GitHub Profile
0x620160f832446c8eb16ef3c04a3e6732a9af0bd5
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 }