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, 2 insertions, 2 deletions
diff --git a/assets/css/components/_posts_list.scss b/assets/css/components/_posts_list.scss
index 2fe0cf0..fd9eea7 100644
--- a/assets/css/components/_posts_list.scss
+++ b/assets/css/components/_posts_list.scss
@@ -4,14 +4,14 @@
.posts-list-item {
list-style: none;
+ padding: 0.4em 0;
+
&:not(:last-child) {
border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
- padding: 0.4em 0;
}
.posts-list-item-description {
display: block;
font-size: 0.8em;
}
-