Hi, Alibi!
If you want to center your logo on the homepage, try to add the code below, into:
Customizing ▸ General▸ Additional CSS
code:
@media screen and (max-width: 992px){
body.home.page #masthead .pull-left a{
margin-left:43%;
}
}
https://prnt.sc/gvxmg1
Regards