fix: update ui

This commit is contained in:
Christel Westerberg
2024-06-19 13:11:39 +02:00
parent 29e8a56f74
commit 4233ecae42
9 changed files with 26 additions and 28 deletions

View File

@@ -8,6 +8,6 @@
.nextLevel {
gap: var(--Spacing-x1);
grid-template-columns: auto auto;
justify-content: flex-start;
justify-content: center;
}
}