portfolio: fix the layout so that footer does not grow
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2025-11-01 09:11:37 +02:00
parent dfcea79f84
commit 06115bf93b
4 changed files with 433 additions and 422 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,3 +4,8 @@
padding: 0;
text-align: center;
}
section {
display: grid;
grid-template-rows: auto 1fr auto;
}

View File

@ -1 +1 @@
{"root":["./src/App.tsx","./src/constants.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/components/Footer.tsx","./src/components/Introduction.tsx","./src/components/Navbar.tsx","./src/components/Photo.tsx","./src/components/Sidebar.tsx","./src/components/Skills.tsx","./src/components/Tooltip.tsx","./src/pages/Experience.tsx","./src/pages/Home.tsx","./src/pages/Interests.tsx","./src/pages/Projects.tsx"],"version":"5.8.3"}
{"root":["./src/App.tsx","./src/constants.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/components/Footer.tsx","./src/components/Introduction.tsx","./src/components/Navbar.tsx","./src/components/Photo.tsx","./src/components/Sidebar.tsx","./src/components/Skills.tsx","./src/components/Tooltip.tsx","./src/pages/Experience.tsx","./src/pages/Home.tsx","./src/pages/Interests.tsx","./src/pages/Projects.tsx"],"version":"5.9.2"}

View File

@ -1 +1 @@
{"root":["./vite.config.ts"],"version":"5.8.3"}
{"root":["./vite.config.ts"],"version":"5.9.2"}