diff options
| author | Mark Otto <[email protected]> | 2016-08-19 21:00:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-08-19 21:00:57 -0700 |
| commit | 1bdf6c4bd609b3dbe528b46a880f3b702b0f4b0c (patch) | |
| tree | bf44ed7bbd704fdbc17870921de3e8035ca7e01a | |
| parent | eb5f803c5b51bf377a7c6694be3d8c62846f0759 (diff) | |
| download | bootstrap-1bdf6c4bd609b3dbe528b46a880f3b702b0f4b0c.tar.xz bootstrap-1bdf6c4bd609b3dbe528b46a880f3b702b0f4b0c.zip | |
Fixes #20513: Remove all default margin on .media given it's utility purpose and our margin utils
| -rw-r--r-- | scss/_media.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scss/_media.scss b/scss/_media.scss index d970c946a..d1ebbcdeb 100644 --- a/scss/_media.scss +++ b/scss/_media.scss @@ -1,7 +1,6 @@ @if $enable-flex { .media { display: flex; - margin-bottom: $spacer; } .media-body { flex: 1; @@ -13,13 +12,6 @@ align-self: flex-end; } } @else { - .media { - margin-top: $media-margin-top; - - &:first-child { - margin-top: 0; - } - } .media, .media-body { overflow: hidden; |
