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); - } }