diff --git a/frontend/web/css/modal.css b/frontend/web/css/modal.css index 4b6aba7..2f6e222 100644 --- a/frontend/web/css/modal.css +++ b/frontend/web/css/modal.css @@ -58,4 +58,19 @@ } .success_ .forms_wr_ { box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.34); +} + +@media (max-width: 600px) { + .forms_wr_ { + width: 100%; + border-radius: 4px; + top: 0; + margin-left:0; + left:0; + position:relative; + background: #fff; + margin-bottom: 120px; + margin-top: 30px; + z-index: 2; + } } \ No newline at end of file -- libgit2 0.21.4