hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit ee174776b05afc32f50fa80c5aa53087075be02c
parent 8110532ecfa5b605c559a26bcfde665118dbc4f2
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 14 Sep 2019 17:44:59 -0400

Right align isso reaction buttons

Diffstat:
Mlayouts/partials/css/isso.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/css/isso.css b/layouts/partials/css/isso.css
@@ -120,6 +120,8 @@
     font-size: 0.80em;
     color: var(--text-color);
     clear: left;
+    text-align: right;
+    padding-right: 1em;
 }
 .isso-feedlink,
 .isso-comment > div.text-wrapper > .isso-comment-footer a {