diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index d90aec2..bca9edf 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -1737,6 +1737,21 @@ @media (max-width: 466px) { + .switch{ + width: 235px; + flex-wrap: wrap; + height: unset; + padding: 10px; + } + .form_radio_btn{ + margin-bottom: unset; + width: unset; + height: unset; + } + .form_radio_btn label{ + height: 30px; + } + .header_buttons{ display: none; } diff --git a/static/css/styles.css b/static/css/styles.css index 7cc3cec..f8ccd82 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -874,6 +874,7 @@ section.register>form { display: flex; height: 70px; margin: 0 auto; + justify-content: center; } diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 7298dc7..32a0f0a 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -820,7 +820,7 @@ function RequestCommercialOffer (el){ data: formData, success: function(data){ - // location.href = '/profile' + alert("Сообщение отправлено") },