From c75eee29fa0a9ffeaa42b1fce4dfbb0d7daa66cb Mon Sep 17 00:00:00 2001 From: minikin Date: Tue, 3 Dec 2024 15:18:22 +0100 Subject: [PATCH] Update home.sass --- source/styles/home.sass | 8 ++++++++ 1 file changed, 8 insertions(+) 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;