From 0e72810ac8ac93dddf0afe408893322e3520d37c Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 12 Feb 2019 17:02:03 -0500 Subject: [PATCH] Touch up styles on TO get started page --- styles/sections/_task_order.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index adf7ad6d..47eadcfb 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -2,6 +2,11 @@ text-align: center; padding: 4rem 6rem; + .panel { + @include shadow-panel; + margin-bottom: 6 * $gap; + } + .task-order-get-started__list { ul { list-style: none;