]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
remove margin bottom from :last-child of .media-object-section 8614/head
authorAndy Cochran <acochran@council.nyc.gov>
Fri, 15 Apr 2016 17:03:59 +0000 (13:03 -0400)
committerAndy Cochran <acochran@council.nyc.gov>
Fri, 15 Apr 2016 17:03:59 +0000 (13:03 -0400)
scss/components/_media-object.scss

index 00e615e847b3931a20f135d4ec2010f217dc1264..54d456d184cfc63503e07153495edb588d2f7703 100644 (file)
@@ -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.