fix navbar centering
This commit is contained in:
@ -19,7 +19,7 @@ export function GithubStar(): ReactElement {
|
||||
|
||||
return (
|
||||
<Link
|
||||
className="bg-github-green px-2 py-1 rounded-lg flex items-center gap-1 hover:opacity-85 transform-gpu transition-all"
|
||||
className="bg-github-green px-2 py-1 rounded-lg items-center gap-1 hover:opacity-85 transform-gpu transition-all hidden md:flex"
|
||||
href="https://github.com/RealFascinated/minecraft-helper"
|
||||
target="_blank"
|
||||
>
|
||||
|
Reference in New Issue
Block a user