Skip to content

Commit 9001818

Browse files
committed
fix(landing): use consistent nav tab padding across all breakpoints
1 parent 0a2b2e8 commit 9001818

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

landing/src/components/layout/navigation-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const mobileLinks: NavItem[] = [
7171
// ─── Tab styles ──────────────────────────────────────────────────────
7272

7373
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";
74+
"group/tab relative flex h-full items-center justify-center gap-1.5 px-5.5 py-3.5 transition-colors duration-150";
7575
const tabActive = "bg-background border-b-2 border-b-foreground/60";
7676
const tabInactive =
7777
"hover:bg-foreground/[0.03] bg-transparent text-foreground/60 dark:text-foreground/40 hover:text-foreground/70";

0 commit comments

Comments
 (0)