6 lines
91 B
SCSS
6 lines
91 B
SCSS
|
|
.procedure-grid {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|