From 64ab6fc4650c9e12c597c4db7e66e4d2cb9bd9a9 Mon Sep 17 00:00:00 2001 From: Usama Shahid <45976647+reachusama@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:11:36 +0000 Subject: [PATCH] Update style.css --- auth0_component/frontend/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth0_component/frontend/style.css b/auth0_component/frontend/style.css index 5f574cc..42fdc14 100644 --- a/auth0_component/frontend/style.css +++ b/auth0_component/frontend/style.css @@ -4,7 +4,7 @@ button { border-radius: 4px; font-weight: 600; margin: 0; - width: 200px; + width: 100%; padding: 10px 0; /* box-shadow: 0 0 20px rgba(104, 85, 224, 0.2); */ transition: 0.4s;