@media only screen and (max-width: 768px) {
    .footer ul {
        text-align:center;
    }
    
    .footer ul li{
        margin:0;
    }
}