@media only screen and (max-width:768px){
    .site-links{
        flex-direction: column;
        justify-content: center;
    }
}