From b55512766188da2b60ae031bcb375fbf3c97947b Mon Sep 17 00:00:00 2001 From: meetarora Date: Sat, 13 Jul 2024 19:47:49 +0530 Subject: [PATCH] flow-commit --- css/login-signup.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/login-signup.css b/css/login-signup.css index 76e31e09..f10a6a47 100644 --- a/css/login-signup.css +++ b/css/login-signup.css @@ -137,3 +137,16 @@ body { width: 56vw; } } +@media screen and (max-width: 800px) { + .signupin .rightSignuppanal { + width: 60vw; + } +} +@media screen and (max-width: 500px) { + .signupin .rightSignuppanal { + width: 73vw; + } + .rightSignuppanal form{ + width: 250px; + } +} \ No newline at end of file