diff --git a/source/styles/home.sass b/source/styles/home.sass index 0ae2ef3..c77631b 100644 --- a/source/styles/home.sass +++ b/source/styles/home.sass @@ -45,6 +45,14 @@ body { } .post { + &:first-child .post-meta::before { + top: 10px; + } + + &:last-child .post-meta::before { + bottom: 0; + } + &-list { width: 1000px; margin: 0 auto;