bootstrap-css
Version:
A css module compatible version of bootstrap
13 lines (11 loc) • 313 B
CSS
/*!
* Bootstrap v4.0.0-alpha.6 (http://getbootstrap.com)
* Copyright (c) 2011-2017 Twitter, Inc.
* Copyright (c) 2011-2017 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.media {
display: flex;
align-items: flex-start; }
.media-body {
flex: 1; }