Skip to content

Commit

Permalink
fix(mdx-anchor): adjust bottom space
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed May 2, 2022
1 parent d908726 commit a1df8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Texts/Anchor.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a1df8fa

Please sign in to comment.