From e3eb3c54b292c0617c5336f7a38d3b4fa95028f6 Mon Sep 17 00:00:00 2001 From: Tanvi51204 Date: Mon, 24 Jun 2024 15:50:37 +0530 Subject: [PATCH] removed display flex --- styles/modal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/modal.css b/styles/modal.css index 6c4d611..912f3ec 100644 --- a/styles/modal.css +++ b/styles/modal.css @@ -10,7 +10,7 @@ width: 100%; height: 100%; overflow: auto; - display: flex; + justify-content: center; align-items: center; /* background-color: rgb(0, 0, 0); */