From a37051afced141cbd31cf10915f5469db9f7a5c5 Mon Sep 17 00:00:00 2001 From: Nathan Cummins Date: Thu, 21 Aug 2025 16:19:18 +0930 Subject: [PATCH] Pad content to footer, better handle carousel --- src/components/ImageCarousel.astro | 7 ++--- src/layouts/MainLayout.astro | 4 +-- src/pages/404.astro | 45 ++++++++++++++++-------------- src/pages/index.astro | 20 +++++++------ src/pages/projects/[...slug].astro | 18 +++++++----- 5 files changed, 51 insertions(+), 43 deletions(-) diff --git a/src/components/ImageCarousel.astro b/src/components/ImageCarousel.astro index 997f547..175c74e 100644 --- a/src/components/ImageCarousel.astro +++ b/src/components/ImageCarousel.astro @@ -43,8 +43,8 @@ const IDs: string[] = []; const imagesArray = shuffle ? shuffleArray(images) : images; --- -
-
+
+
@@ -85,9 +85,8 @@ const imagesArray = shuffle ? shuffleArray(images) : images; /> ) } - -
+