This commit is contained in:
SBD
2023-12-07 19:03:59 +03:00
parent 1440b7621c
commit f6741fcddb
3 changed files with 6 additions and 2 deletions

View File

@@ -442,8 +442,9 @@ body.n_scroll{
text-transform: uppercase;
}
.img_descript_process{
padding-top: 45px;
padding-left: 10px;
width: 150px;
height: 150px;
object-fit: scale-down;
}
.form_consultation_container{
@@ -553,6 +554,7 @@ body.n_scroll{
.plugin_txt{
margin-top: 8px;
margin-bottom: 35px;
width: 60%;
}
.plugin_description{

View File

@@ -1,6 +1,7 @@
@media(max-width: 1280px){
.cut-width{
margin: 0 40px;
width: calc(100% - 80px);
}
}

View File

@@ -51,6 +51,7 @@ function renderContent (el=null) {
data: JSON.stringify(data),
success: function(data){
document.querySelector(".content").innerHTML = data.html
window.scrollTo(0, 0);
replaceHrefOnOnclick()
replace_select_language()
if (el){