#app {
    width: 100%;
    height: 500px;
}

@media (max-width: 768px) {
    #app {
        height: 300px;
    }
}