Bump margin so that add clin button isn't hidden

This commit is contained in:
graham-dds 2020-01-13 11:30:00 -05:00
parent 9cb7422468
commit fdeffd3183

View File

@ -1,5 +1,6 @@
.task-order { .task-order {
margin-top: $gap * 4; margin-top: $gap * 4;
margin-bottom: $footer-height;
width: 900px; width: 900px;
&__amount { &__amount {