@media screen and (max-width: 479px){
    .post-author, .post-update
    {
        display: block;
    }

    ul.post-social li:nth-of-type(n+3)
    {
        display: none;
    }
}