margin
This commit is contained in:
parent
251a9c7210
commit
6437bc7371
@ -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;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user