diff --git a/src/components/modal/style.scss b/src/components/modal/style.scss
index 283698cc8cc09554eee341902511ada77abf7c1d..3e6daaf7c83b1fb8aee2e4704693c6292822b598 100644
--- a/src/components/modal/style.scss
+++ b/src/components/modal/style.scss
@@ -3,8 +3,8 @@
 
   box-shadow: 0 2px 4px 2px rgba(#000, 0.2);
   border-radius: 1rem;
-  min-width: 32rem;
   max-width: min(90vw, 40rem);
+  width: 100%;
 
   > .alert-container {
     display: grid;