
main#content.reblog {
    max-width: 100%;
    padding: 0 5%;
}

.reblog .page-content {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
}

.reblog article.post {
    width: calc(33.333% - 3em);
    margin-bottom: 5em;
}

@media (max-width: 768px) { .reblog article.post {
    width: calc(50% - 1em);
} }

@media(max-width: 575px) { .reblog article.post {
width: 100%;
} }