From 232e5246b496c9f0884620b9c3932cde4174ff3a Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Fri, 6 Sep 2019 15:46:39 +0200 Subject: [PATCH] Move objective border to the right spot --- client/src/styles/_objective-group.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/styles/_objective-group.scss b/client/src/styles/_objective-group.scss index 61ba0b66..a12a54cb 100644 --- a/client/src/styles/_objective-group.scss +++ b/client/src/styles/_objective-group.scss @@ -18,9 +18,9 @@ line-height: 1.5; @include light-border(top); + &:last-of-type { + @include light-border(bottom); + } } - &:last-child { - @include light-border(bottom); - } }