Move objective border to the right spot

This commit is contained in:
Ramon Wenger 2019-09-06 15:46:39 +02:00
parent bddeeba74e
commit 232e5246b4
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@
line-height: 1.5; line-height: 1.5;
@include light-border(top); @include light-border(top);
} &:last-of-type {
&:last-child {
@include light-border(bottom); @include light-border(bottom);
} }
} }
}