mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-26 11:53:59 +00:00
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
This commit is contained in:
commit
7f18d02e56
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue