This commit is contained in:
2023-12-05 13:48:41 +03:00
parent 5c4e715970
commit 3ac85784a9
2 changed files with 4 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
@media (max-width: 1199px){ @media (max-width: 1199px){
.dropbtn{ .dropbtn{
margin-right: 20px; margin-right: unset;
} }
.header_logo, .header_btn_mover{ .header_logo, .header_btn_mover{
margin-right: 20px; margin-right: 20px;
@@ -284,7 +284,7 @@
.button_profile_header_mobile{ .button_profile_header_mobile{
display: inline-block ; display: inline-block ;
} }
.header-first>div { .header_logo_mobile {
margin-right: 37px; margin-right: 37px;
} }
.line_f_header{ .line_f_header{

View File

@@ -412,6 +412,8 @@ function onblurInputField(event,el){
} }
function clearID(el) { function clearID(el) {
el.select(); el.select();
if(el.id === 'id_from_address_point_txt'){ if(el.id === 'id_from_address_point_txt'){