From 55e097e1a455769b18a1397fee450b23cf3642d0 Mon Sep 17 00:00:00 2001 From: dev-AshishRanjan <94990764+dev-AshishRanjan@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:09:01 +0530 Subject: [PATCH] chore: fix toast css --- src/app/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/css/index.css b/src/app/css/index.css index f6f81c8..572d474 100644 --- a/src/app/css/index.css +++ b/src/app/css/index.css @@ -137,7 +137,7 @@ body { text-align: center; position: absolute; bottom: 0; - left: 0; + left: 1rem; padding: 0.7rem; width: 20rem; border-radius: 0.5rem;