From 79e3760571a0a3f835675d99d76c0ee4cc8ed658 Mon Sep 17 00:00:00 2001 From: Aditya Sharma Date: Fri, 12 Apr 2024 08:02:33 -0700 Subject: [PATCH] Refactor media query in Modal.css for better responsiveness --- src/components/Modal/Modal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Modal/Modal.css b/src/components/Modal/Modal.css index f884eb5..add8263 100644 --- a/src/components/Modal/Modal.css +++ b/src/components/Modal/Modal.css @@ -57,7 +57,7 @@ } - @media screen and (min-width: 750px and max-width: 1150px) { + @media screen and (min-width: 750px) and (max-width: 1150px) { .modal-container-content { width:85vw; }