From 52af08e248d22156bc931e8420ce15f14931484e Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Mon, 5 Mar 2018 13:09:58 +0000 Subject: [PATCH] add border under comments box --- .../static_src/src/sass/apply/components/_wrapper.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/opentech/static_src/src/sass/apply/components/_wrapper.scss b/opentech/static_src/src/sass/apply/components/_wrapper.scss index 96734af14..491c76317 100644 --- a/opentech/static_src/src/sass/apply/components/_wrapper.scss +++ b/opentech/static_src/src/sass/apply/components/_wrapper.scss @@ -249,11 +249,14 @@ &--comments { padding: 20px; - margin-bottom: 30px; + padding-bottom: 15px; + margin-bottom: 15px; + border-bottom: 1px solid $color--mid-grey; @include media-query(tablet-portrait) { padding: 0; - margin-bottom: 70px; + padding-bottom: 35px; + margin-bottom: 35px; } label { -- GitLab