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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorShaform <shaform@gmail.com>2018-11-17 03:11:07 +0300
committerShaform <shaform@gmail.com>2018-11-17 03:11:07 +0300
commit37f5418768e955444e729808949ed2c49e8b0172 (patch)
treee319f31020b8419920623dd6a24579f7f40b501c /assets
parent8c4c06baa0b0c4dc70a9e7bd3b3253650d10a7c5 (diff)
add authors page
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_partial/_archive.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/sass/_partial/_archive.scss b/assets/sass/_partial/_archive.scss
index d70d610..4a3ab5d 100644
--- a/assets/sass/_partial/_archive.scss
+++ b/assets/sass/_partial/_archive.scss
@@ -13,7 +13,8 @@
font-family: $global-serif-font-family;
&.tag,
- &.category {
+ &.category,
+ &.author {
margin: 20px 0;
}
@@ -127,4 +128,4 @@
}
}
}
-} \ No newline at end of file
+}