diff --git a/src/components/GithubStar/GithubStar.module.scss b/src/components/GithubStar/GithubStar.module.scss index 38fceb9c..fd0d5546 100644 --- a/src/components/GithubStar/GithubStar.module.scss +++ b/src/components/GithubStar/GithubStar.module.scss @@ -4,4 +4,6 @@ display: inline-block; vertical-align: middle; margin: 0; + position: relative; + top: 3px; }