12 lines
142 B
SCSS
12 lines
142 B
SCSS
#subproject-list {
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
|
|
article {
|
|
width: calc(50% - 0.5rem);
|
|
min-width: 300px;
|
|
flex-grow: 1;
|
|
}
|
|
}
|
|
|