refactor(SW-302): update naming

This commit is contained in:
Matilda Landström
2024-09-17 15:42:15 +02:00
parent 369710b0a7
commit 02cb03f154
5 changed files with 17 additions and 18 deletions

View File

@@ -24,7 +24,6 @@
display: grid;
gap: var(--Spacing-x1);
grid-template-columns: repeat(3, 1fr);
grid-auto-flow: dense;
}
.mobileGrid {