logo nav mobile
This commit is contained in:
@@ -20,9 +20,9 @@ export const Navbar = () => {
|
||||
className="flex flex-row gap-2 items-center group"
|
||||
>
|
||||
<Logo />
|
||||
<div className="font-bold text-4xl font-mono transition-all ease-in duration-100 text-action group-hover:text-secondary">
|
||||
<div className="font-bold xl:text-4xl text-xl font-mono transition-all ease-in duration-100 text-action group-hover:text-secondary">
|
||||
peroxy
|
||||
<span className="text-sm">.dev</span>
|
||||
<span className="xl:text-sm text-xs">.dev</span>
|
||||
</div>
|
||||
</Link>
|
||||
<div className="hidden xl:flex flex-row gap-10 items-center font-medium font-mono">
|
||||
|
||||
Reference in New Issue
Block a user