From fe8cb67eb6560927f78b8e462922c559b4cc0561 Mon Sep 17 00:00:00 2001 From: GMNAPI Date: Sat, 14 Mar 2026 12:57:49 +0100 Subject: [PATCH 1/5] fix(portfolio): switch navbar to fixed positioning with pt-16 body offset --- .gitignore | 1 + apps/portfolio/app/[locale]/layout.tsx | 2 +- apps/portfolio/src/shared/components/layout/Navigation.tsx | 2 +- .../tests/shared/components/layout/Navigation.test.tsx | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7707366..0905cfd 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ next-env.d.ts # AI CLAUDE.md +.cursor # Personal files gptPrompt.md diff --git a/apps/portfolio/app/[locale]/layout.tsx b/apps/portfolio/app/[locale]/layout.tsx index d070f8c..f567edc 100644 --- a/apps/portfolio/app/[locale]/layout.tsx +++ b/apps/portfolio/app/[locale]/layout.tsx @@ -144,7 +144,7 @@ export default async function LocaleLayout({ -
{children}
+
{children}