0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

add media vertical flexbox classes

This commit is contained in:
Rakhat Jabagin 2015-08-26 16:50:24 +06:00
parent 7ff9b1979c
commit 56aadd25da

View File

@ -6,6 +6,12 @@
.media-body { .media-body {
flex: 1; flex: 1;
} }
.media-middle {
align-self: center;
}
.media-bottom {
align-self: flex-end;
}
} @else { } @else {
.media { .media {
margin-top: 15px; margin-top: 15px;