client: fix rewards top margin

This commit is contained in:
Matteo Pagliazzi
2017-08-28 20:00:06 +02:00
parent fb1808d85a
commit d1fbe98379

View File

@@ -46,11 +46,14 @@
height: 556px; height: 556px;
} }
.task + .reward-items {
margin-top: 16px;
}
.reward-items { .reward-items {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
margin-top: 16px;
} }
.tasks-list { .tasks-list {