duckling/sass/_subproject-list.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;
}
}