You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
masonry/src/styles.scss

7 lines
145 B

.tiny-masonry {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
grid-auto-rows: 0;
grid-gap: 20px;
}