mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add media vertical flexbox classes
This commit is contained in:
parent
7ff9b1979c
commit
56aadd25da
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@
|
|||
.media-body {
|
||||
flex: 1;
|
||||
}
|
||||
.media-middle {
|
||||
align-self: center;
|
||||
}
|
||||
.media-bottom {
|
||||
align-self: flex-end;
|
||||
}
|
||||
} @else {
|
||||
.media {
|
||||
margin-top: 15px;
|
||||
|
|
Loading…
Reference in a new issue