This file contains hidden or 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
| 0x620160f832446c8eb16ef3c04a3e6732a9af0bd5 |
This file contains hidden or 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 } |