portal7
11/12/2015 - 1:48 PM

Class Center for Vertical Centering on Bootstrap 3

Class Center for Vertical Centering on Bootstrap 3

.vertical-center {
            min-height: 100%; /* Fallback for browsers do NOT support vh unit */
            min-height: 100vh; /* These two lines are counted as one :-)       */
            display: flex;
            align-items: center;
        }