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/_tags_list.scss')
-rw-r--r--assets/css/components/_tags_list.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/components/_tags_list.scss b/assets/css/components/_tags_list.scss
index 0b8b331..1dddc53 100644
--- a/assets/css/components/_tags_list.scss
+++ b/assets/css/components/_tags_list.scss
@@ -3,8 +3,14 @@
}
.tags-list-item {
+ display: flex;
+ align-items: center;
list-style: none;
padding: 0.4em 0;
+
+ > .icon {
+ margin-right: .4em;
+ }
&:not(:last-child) {
border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}