From 5ea5ec7ab79cf6c9292a1bd25fc2bf73fc3096e1 Mon Sep 17 00:00:00 2001 From: Mithun Kamath Date: Fri, 31 Jul 2020 15:31:34 +0530 Subject: [PATCH] Revert "changes for #621" --- client/src/components/Modal/style.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Modal/style.module.scss b/client/src/components/Modal/style.module.scss index 8d50fd9..313d774 100644 --- a/client/src/components/Modal/style.module.scss +++ b/client/src/components/Modal/style.module.scss @@ -27,7 +27,7 @@ max-width: $screen-md; overflow: hidden; padding: 30px; - min-width: 517px; + min-width: 500px; position: fixed; top: 50%; left: 50%;