poprawki typów; ułożenie elementów w karcie filtrów scenerii

This commit is contained in:
2023-12-21 22:16:03 +01:00
parent 0995ce15bc
commit 514723cf74
2 changed files with 2 additions and 2 deletions
@@ -447,7 +447,7 @@ export default defineComponent({
.section-inputs {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-columns: repeat(3, 1fr);
gap: 0.5em;
margin: 1em 0;
}