@media (max-width: 1600px) {
    .app {
        max-width: calc(100vw - 48px);
        min-width: 0;
        width: calc(100vw - 48px);
    }
}