diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index f4d3141c..9527ad45 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -19,6 +19,14 @@ @include icon-size(48); } + .task-order-needs { + .task-order-needs__list { + @include media($large-screen) { + @include grid-row; + } + } + } + .task-order-get-started__actions { .task-order-get-started__button-row { position: relative; diff --git a/templates/task_orders/new/get_started.html b/templates/task_orders/new/get_started.html index 46be8a89..15418505 100644 --- a/templates/task_orders/new/get_started.html +++ b/templates/task_orders/new/get_started.html @@ -34,7 +34,7 @@