/* This is only layout. For more styles, visit theme stylesheet. */
.current-category-posts li{
    display: flex;
    align-items: center;
}
.current-category-posts .post-thumbnail{
    flex: 0 0 90px;
    margin-right: 15px;
}
.current-category-posts h4{
    margin-bottom: 0;
}
