From 72f24aba30cbe87f00ceee95635ac1a993527fb4 Mon Sep 17 00:00:00 2001 From: Brandon Saldan <26472557+brandonsaldan@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:38:11 -0500 Subject: [PATCH] fix(ui): adjust position of image in mobile support section --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f3682f..1ae691b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,7 +124,7 @@ function SupportCTA() {
-
+

Choose Your Support Method @@ -165,7 +165,7 @@ function SupportCTA() { src="/images/nocturne-2.png" width={1824} height={1080} - className="pointer-events-none absolute top-0 w-[57rem] max-w-none rounded-md sm:left-6" + className="pointer-events-none absolute top-0 w-[41rem] max-w-none rounded-md sm:left-6 sm:w-[57rem]" />