mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
client: fix rewards top margin
This commit is contained in:
parent
fb1808d85a
commit
d1fbe98379
1 changed files with 4 additions and 1 deletions
|
|
@ -46,11 +46,14 @@
|
|||
height: 556px;
|
||||
}
|
||||
|
||||
.task + .reward-items {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.reward-items {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.tasks-list {
|
||||
|
|
|
|||
Loading…
Reference in a new issue