diff --git a/web/src/layout/navigation/Navbar.module.css b/web/src/layout/navigation/Navbar.module.css
index 333b351..e5c2e79 100644
--- a/web/src/layout/navigation/Navbar.module.css
+++ b/web/src/layout/navigation/Navbar.module.css
@@ -16,6 +16,10 @@
font-size: 0.6rem;
}
+.githubIcon {
+ margin-top: -3px;
+}
+
[data-theme='dark'] .alpha {
background-color: var(--color-black-25);
}
diff --git a/web/src/layout/navigation/Navbar.tsx b/web/src/layout/navigation/Navbar.tsx
index 2618716..3589ec1 100644
--- a/web/src/layout/navigation/Navbar.tsx
+++ b/web/src/layout/navigation/Navbar.tsx
@@ -41,7 +41,7 @@ const Navbar = () => {
label="Github link"
href="https://github.com/cncf/clotributor"
>
-
+