make the navbar buttons closer to the logo
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s

This commit is contained in:
Lee 2024-04-16 22:08:31 +01:00
parent e860237c24
commit 85793c8925

@ -16,7 +16,7 @@ const pages: Page[] = [
export default function NavBar(): JSX.Element {
return (
<div className="bg-secondary w-full rounded-lg flex items-center gap-3 mt-2 bg-opacity-85 h-12">
<Link href="/" className="flex items-center gap-2 pl-3 pr-3">
<Link href="/" className="flex items-center gap-2 pl-3 pr-1">
<Logo />
<p className="hidden xs:block">Minecraft Utilities</p>
</Link>