This commit is contained in:
Jianqi Jin 2023-09-26 19:59:58 -05:00
parent 251a9c7210
commit 6437bc7371
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,6 @@
transition: 0.3s; transition: 0.3s;
cursor: default; cursor: default;
overflow: hidden; overflow: hidden;
margin: 0 16px 16px 0;
} }
.project_item_content { .project_item_content {
flex-grow: 1; flex-grow: 1;

View File

@ -1,7 +1,8 @@
.waterfallContainer { .waterfallContainer {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-evenly;
.waterfallItem { .waterfallItem {
margin: 3px; margin-bottom: 12px;
} }
} }