diff --git a/packages/cfpb-layout/src/molecules/card.less b/packages/cfpb-layout/src/molecules/card.less index c3b602d999..1bfc12f77d 100644 --- a/packages/cfpb-layout/src/molecules/card.less +++ b/packages/cfpb-layout/src/molecules/card.less @@ -98,7 +98,7 @@ outline-offset: 2px; } - &:not(.m-card__highlight) { + &:not(.m-card__highlight):not(.m-card__breakout) { .m-card_footer { margin-top: auto; } @@ -235,13 +235,13 @@ // Provide padding offset set to half the image height. > a { - padding-top: @card_img_height / 2; + padding-top: (@card_img_height / 2); } .m-card_inner-wrapper { position: relative; z-index: 0; - min-height: @card_img_height + (@grid_gutter-width / 2); + min-height: (@card_img_height + (@grid_gutter-width / 2)); background: @gray-5; border: 1px solid @gray-20;