From 434ef16feb609086258470f17ca8ed128893ae12 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:33:20 +0200 Subject: [PATCH] parallax scrolling + improve button padding --- src/components/Background.astro | 11 +++++++++++ src/components/Button.astro | 19 +++++++++++++------ src/pages/index.astro | 1 - 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/src/components/Background.astro b/src/components/Background.astro index 417693f..a5485f3 100644 --- a/src/components/Background.astro +++ b/src/components/Background.astro @@ -6,9 +6,20 @@ import wallpaper from '../images/wallpaper.png';