Skip to content

Commit a0d4db7

Browse files
lwinmoepaingclaude
andcommitted
💄 style(navbar): reduce mobile menu link font sizes for better fit
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent de34705 commit a0d4db7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Common/Navbar/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const MobileNavLink = ({
251251
{/* Link label */}
252252
<span
253253
className={cn(
254-
"font-display text-[22px] xs:text-3xl sm:text-5xl font-bold tracking-tight transition-all duration-300",
254+
"font-display text-[14px] xs:text-xl sm:text-3xl font-bold tracking-tight transition-all duration-300",
255255
isActive
256256
? "bg-prism-gradient bg-clip-text text-transparent"
257257
: "text-zinc-400 group-hover:text-white",

0 commit comments

Comments
 (0)