From 0590f6feb8d67ed6b72a718cdbadd7b2e63a8cdc Mon Sep 17 00:00:00 2001 From: pasztorpisti Date: Mon, 20 May 2019 03:41:21 +0100 Subject: Remove separator line after last list item --- assets/css/components/_posts_list.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/components/_posts_list.scss b/assets/css/components/_posts_list.scss index b70b32e..2fe0cf0 100644 --- a/assets/css/components/_posts_list.scss +++ b/assets/css/components/_posts_list.scss @@ -4,7 +4,9 @@ .posts-list-item { list-style: none; - border-bottom: 1px dashed rgba(255, 255, 255, 0.3); + &:not(:last-child) { + border-bottom: 1px dashed rgba(255, 255, 255, 0.3); + } padding: 0.4em 0; } -- cgit v1.2.3