mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
client: fix rewards top margin
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user