diff --git a/src/index.html b/src/index.html index 8c67eac..ac8512c 100644 --- a/src/index.html +++ b/src/index.html @@ -174,14 +174,14 @@ position: fixed; top: 50%; left: 50%; - width: 50%; - max-width: 630px; - min-width: 320px; + width: 580px; + max-width: 90vw; height: auto; z-index: 2000; visibility: hidden; backface-visibility: hidden; - transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%) scale(2); + zoom: 0.5; } .modal__content { background: #fdfdfd;