Add top border to my activities

This commit is contained in:
Ramon Wenger 2019-12-19 14:19:42 +01:00
parent 32ae0b0641
commit a75ae4f3fc
1 changed files with 4 additions and 2 deletions

View File

@ -121,8 +121,10 @@
} }
&__entry { &__entry {
padding: $small-spacing 0; &:first-of-type {
border-bottom: 1px solid $color-silver;
border-top: 1px solid $color-silver;
}
} }
} }