From b922381dc413fcec1b7667e9247e48cd02383329 Mon Sep 17 00:00:00 2001 From: kritzl Date: Wed, 16 Sep 2026 10:24:00 +0200 Subject: [PATCH] add pixel transitions --- src/components/Footer.astro | 8 +++++ src/pages/index.astro | 69 ++++++++++++++++++++++++++----------- 2 files changed, 56 insertions(+), 21 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 08973f7..3fc6da7 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,6 +3,14 @@ import path from "../utils/path.ts" ---