6 lines
89 B
SCSS
6 lines
89 B
SCSS
|
.sketch-list {
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
height: 100%;
|
||
|
flex-flow: column;
|
||
|
}
|