This commit is contained in:
SBD
2024-01-19 16:00:00 +03:00
parent 617683ba92
commit e588eda009
4 changed files with 34 additions and 2 deletions

View File

@@ -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%;
}

View File

@@ -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){