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:
authorFabien <vaga@users.noreply.github.com>2022-11-12 19:36:10 +0300
committerGitHub <noreply@github.com>2022-11-12 19:36:10 +0300
commit2ae407d845aa02cf70dbec6ce33300cda2b4a4ca (patch)
tree20af63bb890b3cf4ab098e9bf450992edf9fdaff /assets/css/components/_tags_list.scss
parent871d3f20470796118d2367c3eab64b190e40c080 (diff)
use flex instead of inline to space blocksHEADmaster
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);
}