﻿*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}
.recent-post #article{
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    align-content:center;
    flex-wrap:wrap;
}

    .recent-post #article .recent-post-content img{
        max-width: 150px;
        margin: 5px 0px;
    }
    .recent-post #article .recent-post-content img:hover {
        cursor:pointer;
    }

