0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/scss/_media.scss

9 lines
83 B
SCSS
Raw Normal View History

2016-12-22 05:26:17 +01:00
.media {
display: flex;
align-items: flex-start;
2016-12-22 05:26:17 +01:00
}
2016-12-22 05:26:17 +01:00
.media-body {
flex: 1;
}