logo nav mobile
This commit is contained in:
@@ -4,7 +4,7 @@ export const Logo = () => {
|
|||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
id="svg166"
|
id="svg166"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
className="fill-action group-hover:fill-secondary transition-all ease-in duration-100 flex-no-shrink w-12 h-12"
|
className="fill-action group-hover:fill-secondary transition-all ease-in duration-100 flex-no-shrink xl:w-12 xl:h-12 w-8 h-8"
|
||||||
viewBox="0 0 100 100"
|
viewBox="0 0 100 100"
|
||||||
>
|
>
|
||||||
<g id="167217677994600400">
|
<g id="167217677994600400">
|
||||||
|
|||||||
@@ -20,9 +20,9 @@ export const Navbar = () => {
|
|||||||
className="flex flex-row gap-2 items-center group"
|
className="flex flex-row gap-2 items-center group"
|
||||||
>
|
>
|
||||||
<Logo />
|
<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
|
peroxy
|
||||||
<span className="text-sm">.dev</span>
|
<span className="xl:text-sm text-xs">.dev</span>
|
||||||
</div>
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
<div className="hidden xl:flex flex-row gap-10 items-center font-medium font-mono">
|
<div className="hidden xl:flex flex-row gap-10 items-center font-medium font-mono">
|
||||||
|
|||||||
Reference in New Issue
Block a user