0.0.68
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
@media(max-width: 1280px){
|
||||
.cut-width{
|
||||
margin: 0 40px;
|
||||
width: calc(100% - 80px);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user