diff options
author | amzrk2 | 2020-05-06 20:30:07 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-06 20:30:07 +0800 |
commit | 41ef0bdcde0534402d430185052f4c553144487c (patch) | |
tree | 6e2142599e315395afbd71d09585d06c902683eb /assets/sass | |
parent | 11639966566927a4616748c71c7c708a63d9d2b1 (diff) | |
download | hugo-theme-fuji-41ef0bdcde0534402d430185052f4c553144487c.tar.gz hugo-theme-fuji-41ef0bdcde0534402d430185052f4c553144487c.tar.bz2 hugo-theme-fuji-41ef0bdcde0534402d430185052f4c553144487c.zip |
General template fix
Diffstat (limited to 'assets/sass')
-rw-r--r-- | assets/sass/_content.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/sass/_content.scss b/assets/sass/_content.scss index 09233a7..00fc162 100644 --- a/assets/sass/_content.scss +++ b/assets/sass/_content.scss @@ -91,7 +91,7 @@ } // current tag indicator style in tags page -#page-tag { +#page-info { padding: 1.5em 0 1.5em 0; font-size: $font-size-l3; border-bottom: $spliter; |