vendor/assets/scss/components/_media-object.scss in foundation-rails-6.1.1.3 vs vendor/assets/scss/components/_media-object.scss in foundation-rails-6.1.2.0
- old
+ new
@@ -32,10 +32,10 @@
&:first-child {
padding-#{$global-right}: $padding;
}
- &:last-child:not(+ #{&}:first-child) {
+ &:last-child:not(:nth-child(2)) {
padding-#{$global-left}: $padding;
}
}
/// Adds styles to stack sections of a media object. Apply this to the section elements, not the container.