make the navbar buttons closer to the logo
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s
This commit is contained in:
parent
e860237c24
commit
85793c8925
@ -16,7 +16,7 @@ const pages: Page[] = [
|
|||||||
export default function NavBar(): JSX.Element {
|
export default function NavBar(): JSX.Element {
|
||||||
return (
|
return (
|
||||||
<div className="bg-secondary w-full rounded-lg flex items-center gap-3 mt-2 bg-opacity-85 h-12">
|
<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 />
|
<Logo />
|
||||||
<p className="hidden xs:block">Minecraft Utilities</p>
|
<p className="hidden xs:block">Minecraft Utilities</p>
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
Reference in New Issue
Block a user