Commit 003f507d authored by Mark Otto's avatar Mark Otto

Merge pull request #17334 from neilhem/media-flex-align

Media vertical align flexbox classes
parents d1198004 56aadd25
...@@ -6,6 +6,12 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment