feat/polish (#5)
Build and Deploy / deploy (push) Successful in 51s

Reorder homepage sections (journey above projects), refine component styles, update copy and data across projects, timeline, and homelab.

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
tyler
2026-04-20 00:34:50 +00:00
parent 8e9fcfaeeb
commit 4e51dd4a83
15 changed files with 397 additions and 222 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export default function RootLayout({
{/* Centered content column — border-l/r makes centering always visible */}
<div className="max-w-[740px] mx-auto border-l border-r border-[var(--color-border)]">
<main className="px-8 py-14">
<main className="px-4ch py-3lh">
{children}
</main>
<Footer />