From 1bdf6c4bd609b3dbe528b46a880f3b702b0f4b0c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 19 Aug 2016 21:00:57 -0700 Subject: [PATCH] Fixes #20513: Remove all default margin on .media given it's utility purpose and our margin utils --- scss/_media.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scss/_media.scss b/scss/_media.scss index d970c946a0..d1ebbcdeb2 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;