From b3d0a84f0d0de53366e2a537a7132d4e969426cb Mon Sep 17 00:00:00 2001 From: benard Date: Sun, 22 Dec 2024 02:52:50 +0100 Subject: [PATCH] fix: Updated incorrect or inconsistent class name in CSS. --- frontend/src/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/globals.css b/frontend/src/globals.css index fb2a2db8..da971b9a 100644 --- a/frontend/src/globals.css +++ b/frontend/src/globals.css @@ -107,7 +107,7 @@ a.svelte-1mtuslq.svelte-1mtuslq { } @media (max-width: 550px) { - .withdrawall-wrapper { + .App { background: url('../public/mobile-background.png') no-repeat; background-size: cover; background-position: 50% 40%;