ul.popular-posts {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(202px,1fr));
    grid-gap: 1em;
}
