0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-11 03:52:27 +01:00
Bootstrap/scss/_media.scss

9 lines
83 B
SCSS
Raw Normal View History

2016-12-21 20:26:17 -08:00
.media {
display: flex;
align-items: flex-start;
2016-12-21 20:26:17 -08:00
}
2016-12-21 20:26:17 -08:00
.media-body {
flex: 1;
}