Card Template
no header here
// Card image overlay on mobile only - Card.html
if ( $('.img-overlay').length ) {
if ( $(window).width() < {winWidth} ) {
$('.card .img-overlay').each(function() {
$(this).addClass( "card-img-overlay d-flex align-items-end" );
});
}
}
Card Header
Card Title (top)
Card Image (top)
Card Text (top)
Card List
Card Text (bottom)
Card Image (bottom)