This commit is contained in:
2023-11-06 12:36:46 +03:00
parent af42956f60
commit a729070654
2 changed files with 5 additions and 2 deletions

View File

@@ -2694,7 +2694,7 @@ details[open] summary ~ *{
}
.wrapper_advertisement {
padding-top: 140px;
/*padding-top: 140px;*/
}
.three_pinned_news{

View File

@@ -3,7 +3,7 @@ function SendLoginForm(el){
event.preventDefault()
let form = el.form;
let formData = new FormData(form);
let addMarginHeader = document.getElementsByClassName("header-first")
@@ -21,6 +21,9 @@ function SendLoginForm(el){
location.href = '/profile'
// addMarginHeader
},
error: function (data, exception){