From 4ab162533cbc7e6464c239c16ae06f1e6f0c04e0 Mon Sep 17 00:00:00 2001 From: Brandon Saldan <26472557+brandonsaldan@users.noreply.github.com> Date: Tue, 31 Dec 2024 02:56:14 -0500 Subject: [PATCH] fix(ui): only apply left-6 on desktop --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61e36ae..973bff4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,7 +165,7 @@ function SupportCTA() { src="/images/nocturne-2.png" width={1824} height={1080} - className="absolute left-6 top-0 w-[57rem] max-w-none rounded-md" + className="absolute top-0 w-[57rem] max-w-none rounded-md sm:left-6" />