Files
2025-12-25 23:08:06 +01:00

8 lines
132 B
Plaintext

.region-sheet-common {
.form-fields {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 0.5rem;
}
}