@media screen and (max-width: 325px) {
    .post-table tr td {
        max-width: 0;
        white-space: nowrap;
    }
}