diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-06 19:32:51 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-06 19:32:51 +0000 |
commit | 63262d56bd2f35017f564dbbba971d93d8eaba75 (patch) | |
tree | d6706f2427974bdadeac6419cd08175632d432f5 /themes/even/src/css/_partial/_post/_footer.scss | |
parent | afb55727c56c72137c64f83fcd88c9de630db2e3 (diff) | |
download | capotej.com-63262d56bd2f35017f564dbbba971d93d8eaba75.tar.gz |
modify theme a bit, move tags to top
Diffstat (limited to 'themes/even/src/css/_partial/_post/_footer.scss')
-rw-r--r-- | themes/even/src/css/_partial/_post/_footer.scss | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/themes/even/src/css/_partial/_post/_footer.scss b/themes/even/src/css/_partial/_post/_footer.scss index 012110f..c959c2f 100644 --- a/themes/even/src/css/_partial/_post/_footer.scss +++ b/themes/even/src/css/_partial/_post/_footer.scss @@ -1,6 +1,19 @@ // ============================== // Post footer // ============================== +.post-tags { + padding: $post-tags-padding; + + a { + margin-right: 5px; + color: $theme-color; + word-break: break-all; + + &::before { + content: '#'; + } + } +} .post-footer { margin-top: $post-footer-margin-top; @@ -40,7 +53,7 @@ &:hover { color: $theme-color; - transform: translateX(-4px); + transform: translateX(-4px); } } @@ -49,7 +62,7 @@ &:hover { color: $theme-color; - transform: translateX(4px); + transform: translateX(4px); } } @@ -71,4 +84,4 @@ } } } -}
\ No newline at end of file +} |