0.0.68
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user