Skip to content

Commit 3890be1

Browse files
author
martinvibes
committed
updates on nav
1 parent 8fb7862 commit 3890be1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

frontend/src/components/nav.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,21 +119,22 @@ export default function Nav() {
119119
)}
120120

121121
{pathname === "/" && (
122-
<nav className="flex sm:justify-between justify-center max-w-sit-screen items-stretch uppercase font-anton text-xl mx-auto gap-4 w-full">
123-
<div className="flex justify-between items-center gap-6 border border-[#232542] rounded-full py-1 px-3 cursor-pointer w-full">
122+
<nav className="flex justify-center max-w-sit-screen items-stretch uppercase font-anton text-xl mx-auto gap-4 w-fit">
123+
<div className="flex justify-between items-center gap-6 md:gap-10 border border-[#232542] rounded-full py-1 px-1 cursor-pointer w-full">
124124
<Link
125125
href="/"
126-
className="flex items-center gap-3 cursor-pointer z-50 relative"
126+
className="flex items-center cursor-pointer z-50 relative"
127127
>
128128
<Image className="" src={logo} alt="paymesh logo" />
129-
<h1 className="text-base md:text-[28px] font-normal">Paymesh</h1>
130129
</Link>
131130

131+
<h1 className="text-base md:text-[28px] font-normal">Paymesh</h1>
132+
132133
<Link
133134
href="/overview"
134135
className={`
135136
bg-purple-bg
136-
cursor-pointer font-extrabold text-xs sm:text-sm font-dmsans px-3 sm:px-6 py-2 grid place-content-center rounded-full`}
137+
cursor-pointer font-extrabold text-xs sm:text-sm font-dmsans px-3 sm:px-6 py-4 md:py-3 grid place-content-center rounded-full`}
137138
>
138139
LAUNCH APP
139140
</Link>

0 commit comments

Comments
 (0)