@media only screen and (max-width: 900px) {
    .post-header {
        padding: .5rem 0 1.5rem 0;
        margin: 0 1.5rem;
    }
}