From b716c90af09822c093869e4e76f7805533f89863 Mon Sep 17 00:00:00 2001 From: Andy Cochran Date: Fri, 15 Apr 2016 13:03:59 -0400 Subject: [PATCH] remove margin bottom from :last-child of .media-object-section --- scss/components/_media-object.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/components/_media-object.scss b/scss/components/_media-object.scss index 00e615e84..54d456d18 100644 --- a/scss/components/_media-object.scss +++ b/scss/components/_media-object.scss @@ -46,6 +46,10 @@ $mediaobject-image-width-stacked: 100% !default; &:last-child:not(:nth-child(2)) { padding-#{$global-left}: $padding; } + + & > :last-child { + margin-bottom: 0; + } } /// Adds styles to stack sections of a media object. Apply this to the section elements, not the container. -- 2.47.2