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.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/assets/css/components/_posts_list.scss b/assets/css/components/_posts_list.scss
index fd9eea7..49177c1 100644
--- a/assets/css/components/_posts_list.scss
+++ b/assets/css/components/_posts_list.scss
@@ -12,6 +12,15 @@
}
.posts-list-item-description {
- display: block;
+ display: flex;
+ align-items: center;
font-size: 0.8em;
+
+ > .icon {
+ margin-right: 0.4em;
+ }
+}
+
+.posts-list-item-separator {
+ margin: 0 0.4em;
}