From fdeffd3183ad8cba52374020e4f27335b76a265b Mon Sep 17 00:00:00 2001 From: graham-dds Date: Mon, 13 Jan 2020 11:30:00 -0500 Subject: [PATCH] Bump margin so that add clin button isn't hidden --- styles/sections/_task_order.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 79f391e0..05b90595 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -1,5 +1,6 @@ .task-order { margin-top: $gap * 4; + margin-bottom: $footer-height; width: 900px; &__amount {