@media screen and (max-width: 1199px) {
    SquareGrid {
        --columns: 12;
    }

    .input input, .input .bar {
        width: 100%;
    }
}