colouring-montreal/app/src/frontend/building/data-components/field-row.css

11 lines
198 B
CSS
Raw Normal View History

2021-03-11 14:19:20 -05:00
.field-row {
display: flex;
flex-direction: row;
justify-content: space-evenly;
justify-items: left;
}
/* make all row elements the same width */
.field-row * {
flex: 1 1 0px;
}