/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.cardblog {
    padding-top: 2em;
}

.simpleblog__listing__post__wrapper > a {
    height: 12em;
    overflow: hidden;
    width: 100%;
    display: block;
}
.simpleblog__listing__post__wrapper h3 {
    height: 3em;
}