/**
 * Theme Name: Block n Roll
 * Version: 1.1.5
 * Author: DIGIWEDO
 * Author URI: https://digiwedo.nl/
 * Text Domain: blocknroll
 */

.is-news-card {
    height: 100%;
}

.is-news-card .wp-block-post-excerpt {
    flex-grow: 1;
}

@media screen and (max-width: 768px) {
    .is-grid-stack-on-mobile {
        grid-template-columns: 1fr;
    }
}
