improve heading link style

Amolith created

Change summary

themes/secluded/assets/scss/_main.scss   | 3 ++-
themes/secluded/assets/scss/_single.scss | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

Detailed changes

themes/secluded/assets/scss/_main.scss 🔗

@@ -82,7 +82,8 @@ input[type=text]:focus {
     }
     .anchor-tag {
         font-size: 70%;
-        margin-left: 7px;
+        position: relative;
+        bottom: 2.6px;
         background-size: 100% 0;
         background-position: 0 150%;
         &::after {

themes/secluded/assets/scss/_single.scss 🔗

@@ -121,7 +121,8 @@
     }
     .anchor-tag {
         font-size: 70%;
-        margin-left: 7px;
+        position: relative;
+        bottom: 2.6px;
         background-size: 100% 0;
         background-position: 0 150%;
         &::after {