@media screen and (max-width:480px){
    body{
        zoom:0.35;
        min-width:1400px;
    }
}