Make finished budgets layout wider

This commit is contained in:
decabeza
2020-05-02 11:32:42 +02:00
committed by Javi Martín
parent c0f9e4f045
commit f35a88cf4f
2 changed files with 15 additions and 21 deletions

View File

@@ -628,10 +628,16 @@
}
&.past-budgets {
display: flex;
flex-wrap: wrap;
min-height: 0;
.button ~ .button {
margin-left: $line-height / 2;
> :not(:first-child) {
margin-left: auto;
}
.button {
margin-left: $line-height;
}
}
}