We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2b2e8 commit 9001818Copy full SHA for 9001818
1 file changed
landing/src/components/layout/navigation-bar.tsx
@@ -71,7 +71,7 @@ const mobileLinks: NavItem[] = [
71
// ─── Tab styles ──────────────────────────────────────────────────────
72
73
const tabBase =
74
- "group/tab relative flex h-full items-center justify-center gap-1.5 px-3.5 py-3.5 xl:px-5.5 transition-colors duration-150";
+ "group/tab relative flex h-full items-center justify-center gap-1.5 px-5.5 py-3.5 transition-colors duration-150";
75
const tabActive = "bg-background border-b-2 border-b-foreground/60";
76
const tabInactive =
77
"hover:bg-foreground/[0.03] bg-transparent text-foreground/60 dark:text-foreground/40 hover:text-foreground/70";
0 commit comments