diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 8b9b233..0b56fda 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -838,13 +838,13 @@ body.n_scroll{ } .footer_els_container{ - width: 84%; + width: calc(100% - 200px); display: flex; flex-wrap: wrap; } .footer_el{ - width: 30%; + width: 200px; margin-right: 50px; margin-bottom: 20px; } @@ -865,7 +865,7 @@ body.n_scroll{ } .right_part_footer{ - width: 15%; + width: 200px; } .footer_el_childs{ margin-top: 20px; diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index 6fe0a97..dc408f5 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -287,14 +287,43 @@ } @media (max-width: 800px) { + .right_part_plugin_container{ + display: none; + } + .left_part_plugin_container{ + width: 100%; + } + .picture_tag_standart{ + display: block; + } + .logo_3d_sec_designer_mobile{ + display: block; + } + .w_one_present.odd .txt_part_w_one_present{ margin-left: unset; margin-bottom: 20px; padding-left: unset; } + .plugin_description{ + margin-top: 20px; + } + .logo_3d_sec_designer_mobile{ + width: 100%; + } + .left_part_plugin_container{ + margin-right: 0; + } .img_container_part_w_one_present{ width: 100%; } + .img_part_w_one_present{ + width: 100%; + height: 100%; + object-fit: unset; + object-position: unset; + max-height: unset; + } .txt_part_w_one_present{ width: 100%; } @@ -342,6 +371,29 @@ .description_form_feedback_txt{ margin-bottom: 30px; } + .right_part_proj{ + width: 100%; + height: unset; + margin-top: 20px; + margin-left: 0; + } + .left_part_proj{ + width: 100%; + } + .img_proj{ + height: unset; + object-position: unset; + object-fit: unset; + } + .left_part_b_projects_slider{ + display: none; + } + .right_part_b_projects_slider{ + display: none; + } + .info_part_b_projects_slider{ + width: 100%; + } } @media (max-width: 700px) { @@ -396,31 +448,13 @@ padding: unset; } - .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; - } - .logo_3d_sec_designer_mobile{ - display: block; - } - .plugin_description{ - margin-top: 20px; - } - .logo_3d_sec_designer_mobile{ - width: 100%; - } - .left_part_plugin_container{ - margin-right: 0; - } + + .container_txt_first_line_block_functional_features { width: 100%; } @@ -433,23 +467,7 @@ .description_item_features_container{ width: 100%; } - .right_part_proj{ - width: 100%; - height: unset; - margin-top: 20px; - } - .left_part_proj{ - width: 100%; - } - .left_part_b_projects_slider{ - display: none; - } - .right_part_b_projects_slider{ - display: none; - } - .info_part_b_projects_slider{ - width: 100%; - } + } @media (max-width: 500px) {