8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
.langue-sheet-common {
|
|
.form-fields {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
column-gap: 0.5rem;
|
|
}
|
|
}
|