From a1df8fac0ad5cdb92b64209428fbabc1b8864e8a Mon Sep 17 00:00:00 2001 From: sabertazimi Date: Mon, 2 May 2022 21:27:49 +0800 Subject: [PATCH] fix(mdx-anchor): adjust bottom space --- components/Texts/Anchor.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Texts/Anchor.module.css b/components/Texts/Anchor.module.css index 5a9a581b0..8d73d5c24 100644 --- a/components/Texts/Anchor.module.css +++ b/components/Texts/Anchor.module.css @@ -3,7 +3,7 @@ } .anchor::before { - @apply absolute left-1/2 bottom-0; + @apply absolute left-1/2 -bottom-0.5; @apply w-0 h-0.5; @apply bg-primary; @apply transition-all;