From 3654a18cbe9377b610f7c90faa3a9fccdf044686 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 24 Jun 2025 02:05:36 +0100 Subject: [PATCH] refactor: update album page layout to match project case study design MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Wrap album and photo content in Page component - Use consistent white rounded rectangle container - Update styles to work with Page component structure - Improve visual hierarchy and spacing - Match the design pattern used in project pages 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/routes/photos/[slug]/+page.svelte | 233 ++++++++++++-------------- 1 file changed, 106 insertions(+), 127 deletions(-) diff --git a/src/routes/photos/[slug]/+page.svelte b/src/routes/photos/[slug]/+page.svelte index 87fe1c5..a36f9b8 100644 --- a/src/routes/photos/[slug]/+page.svelte +++ b/src/routes/photos/[slug]/+page.svelte @@ -1,4 +1,5 @@