diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 13d7e27b..dbea21b7 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -86,7 +86,7 @@ min-width: 14rem; } -.task-order-summary { +.task-order { margin-top: $gap * 4; hr { @@ -102,6 +102,7 @@ .col { flex-grow: 1; + max-width: 610px; } .h1, @@ -113,13 +114,19 @@ margin-top: $gap * 2; } + &.task-order__form { + .totals-box { + margin-top: 0; + } + } + .totals-box { padding: $gap * 4; padding-top: $gap * 2; flex-grow: unset; margin-left: $gap * 6; margin-top: $gap * 3; - width: 33.77%; + max-width: 336px; height: fit-content; background-color: $color-gray-lightest; } diff --git a/templates/portfolios/task_orders/review.html b/templates/portfolios/task_orders/review.html index 7f3e95d7..40dec4b3 100644 --- a/templates/portfolios/task_orders/review.html +++ b/templates/portfolios/task_orders/review.html @@ -26,7 +26,7 @@ Submit task order {% endcall %} -