@media screen and (max-width: 479px) {
    .post-table tr th {
        font-size: 14px;
    }

    .post-table tr td {
        font-size: 14px;
    }
}