Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_posts_list.scss')
-rw-r--r--assets/css/components/_posts_list.scss4
1 files changed, 3 insertions, 1 deletions
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;
}