From 1b16b152dfe702a67ca70a78bda6d13492783184 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 16 Sep 2021 17:56:12 +0800 Subject: [PATCH] Optimize icon position --- _sass/layout/post.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/layout/post.scss b/_sass/layout/post.scss index 6d111ac..6ac20ac 100644 --- a/_sass/layout/post.scss +++ b/_sass/layout/post.scss @@ -240,7 +240,8 @@ } } > i { - padding-top: 0.35rem; + position: relative; + bottom: 1px; &:hover { @extend %btn-share-hovor; }