feat: change grid logic

This commit is contained in:
Fredrik Thorsson
2024-06-12 13:45:04 +02:00
parent 8b25d1cbf4
commit c45a239005
4 changed files with 5 additions and 6 deletions

View File

@@ -37,10 +37,6 @@
}
@media screen and (min-width: 1367px) {
.oneColumnGrid {
grid-template-columns: repeat(1, 1fr);
}
.twoColumnGrid,
.twoPlusOne {
grid-template-columns: repeat(2, 1fr);