diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index 8e0311e..e1507e2 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -305,6 +305,9 @@ .desctop_additionals_btns .button_form_feedback{ display: none; } + .label_feedback_form_checkbox{ + width: 95%; + } .mobile_additionals_btns .checkbox_container{ display: block; position: unset; @@ -357,13 +360,35 @@ .how_dev_widget_description{ height: unset; } + .first_line_widget_how_dev{ + height: unset; + } + .block_container_how_dev_widget{ + width: 100%; + justify-content: center; + } } @media (max-width: 600px) { + .right_part_plugin_container{ + display: none; + } + .left_part_plugin_container{ + width: 100%; + } .first_line_block_functional_features{ flex-direction: column-reverse; flex-wrap: wrap; } + .picture_tag_standart{ + display: block; + } + .plugin_description{ + margin-top: 20px; + } + .logo_3d_sec_designer_mobile{ + width: 100%; + } .container_txt_first_line_block_functional_features { width: 100%; } diff --git a/static/aerbimJS.js b/static/aerbimJS.js index f037a66..c505c7e 100644 --- a/static/aerbimJS.js +++ b/static/aerbimJS.js @@ -2,7 +2,6 @@ $(document).ready(function (){ if (document.querySelector(".header").dataset['page'] === 'True' && getInfoAboutUser()[0] !== 'mobile' && getInfoAboutUser()[0] !== 'laptop'){ resetSlider() renderContent() - resize_iframe() } else { let el = document.querySelector(".container_sections_buttons") if (el){ @@ -87,6 +86,7 @@ function renderContent (el=null) { resetSlider() autoPlaySlider() replace_select_language() + resize_iframe() }, error: function (data){ if (data.status !== 0){ diff --git a/templates/blocks/b_3d_s_d.html b/templates/blocks/b_3d_s_d.html index 0236056..929be5e 100644 --- a/templates/blocks/b_3d_s_d.html +++ b/templates/blocks/b_3d_s_d.html @@ -10,6 +10,12 @@ {% if block.name %}