File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments