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

View File

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

View File

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