@media screen and (min-width: 768px) {
    #app {
        width: 60%;
        margin: 0 auto;
    }
}