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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/journal.scss')
-rw-r--r--assets/scss/journal.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index 7f8db12..63c329e 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -1089,3 +1089,14 @@ mjx-container {
.vcontent p {
color: black !important;
}
+
+.tags {
+ display: flex;
+ align-items: center;
+ flex-direction: row;
+ padding-left: 10px;
+ flex-wrap: wrap;
+ .tag {
+ margin: 10px;
+ }
+} \ No newline at end of file