/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/*
section .entries article.entry-card img  {
    transition: .6s all ease-in-out;
}

article.entry-card:hover img {
    transform: scale(1.2);
}*/