@media only screen and (max-width: 1200px) {
    #folders {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    main {
        grid-template-columns: 1fr;
    }

    .sidebar {
        display: none;
    }
}