From 1b5da1444b903c7a346f964e467dc18ef1fc6a6c Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Tue, 3 Oct 2017 14:28:49 +0300 Subject: [PATCH] адаптивность формы 1 --- frontend/web/css/modal.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+), 0 deletions(-) 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