summaryrefslogtreecommitdiffstats
path: root/assets/scss/_fuji-style
diff options
context:
space:
mode:
authoramzrk22020-06-16 15:42:19 +0800
committeramzrk22020-06-16 15:42:19 +0800
commit03750a600a71df1276ccfcc7c817de5cb86e3e9f (patch)
tree2f957408bb3cabfbfa36166820d5193a39b46c6e /assets/scss/_fuji-style
parentf44c0d05b1a5308afce8c61e9aef7658b72b42ed (diff)
downloadhugo-theme-fuji-03750a600a71df1276ccfcc7c817de5cb86e3e9f.tar.gz
hugo-theme-fuji-03750a600a71df1276ccfcc7c817de5cb86e3e9f.tar.bz2
hugo-theme-fuji-03750a600a71df1276ccfcc7c817de5cb86e3e9f.zip
Fix meta text align in archives and search page
Diffstat (limited to 'assets/scss/_fuji-style')
-rw-r--r--assets/scss/_fuji-style/_content.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/scss/_fuji-style/_content.scss b/assets/scss/_fuji-style/_content.scss
index d1cba1d..10003ef 100644
--- a/assets/scss/_fuji-style/_content.scss
+++ b/assets/scss/_fuji-style/_content.scss
@@ -56,6 +56,11 @@
margin: 0.5rem 0.1rem 0 0.1rem; // little space
flex-wrap: wrap;
+ span {
+ display: flex;
+ align-items: center;
+ }
+
span:not(:last-child) {
padding-right: 1.5rem;
}