Commit 1b5da1444b903c7a346f964e467dc18ef1fc6a6c
1 parent
4c871b7e
адаптивность формы 1
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
frontend/web/css/modal.css
@@ -58,4 +58,19 @@ | @@ -58,4 +58,19 @@ | ||
58 | } | 58 | } |
59 | .success_ .forms_wr_ { | 59 | .success_ .forms_wr_ { |
60 | box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.34); | 60 | box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.34); |
61 | +} | ||
62 | + | ||
63 | +@media (max-width: 600px) { | ||
64 | + .forms_wr_ { | ||
65 | + width: 100%; | ||
66 | + border-radius: 4px; | ||
67 | + top: 0; | ||
68 | + margin-left:0; | ||
69 | + left:0; | ||
70 | + position:relative; | ||
71 | + background: #fff; | ||
72 | + margin-bottom: 120px; | ||
73 | + margin-top: 30px; | ||
74 | + z-index: 2; | ||
75 | + } | ||
61 | } | 76 | } |
62 | \ No newline at end of file | 77 | \ No newline at end of file |