Files
fvtt-hamalron/styles/faction.less
T
2025-12-25 23:08:06 +01:00

8 lines
133 B
Plaintext

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