6 lines
97 B
CSS

.crossover {
display: grid;
grid-template-columns: subgrid;
grid-column: screen !important;
}