Add following to your CSS

@media screen and (max-width:400px) {
    @-ms-viewport{
        width:320px;
    }
}

Explanation here https://timkadlec.com/2013/01/windows-phone-8-and-device-width/