diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 49b361fb..d13934f4 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -66,6 +66,15 @@ } } +.task-order-list { + margin-top: 6 * $gap; +} + +.task-order-card .label { + font-size: $small-font-size; + margin-right: 2 * $gap; +} + .task-order-card__buttons .usa-button { min-width: 10rem; } diff --git a/templates/portfolios/task_orders/index.html b/templates/portfolios/task_orders/index.html index f7a87808..5ea017de 100644 --- a/templates/portfolios/task_orders/index.html +++ b/templates/portfolios/task_orders/index.html @@ -41,7 +41,7 @@ {% endmacro %} {% macro TaskOrderList(task_orders, label='success') %} -
+
{% for task_order in task_orders %}