7 lines
67 B
CSS
7 lines
67 B
CSS
.section {
|
|
display: flex;
|
|
}
|
|
|
|
.field-name {
|
|
width: 10rem;
|
|
}
|